#C0B19D

Color #C0B19D Akaroa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Akaroa #C0B19D

Tints of Akaroa #C0B19D

Color information

#C0B19D (or 0xC0B19D) is unknown color: approx Akaroa. HEX triplet: C0, B1 and 9D. RGB value is (192,177,157). Sum of RGB (Red+Green+Blue) = 192+177+157=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 157 (61.72% from 255 or 29.85% from 526); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B19D is #3F4E62. Grayscale: #B3B3B3. Windows color (decimal): -4148835 or 10334656. OLE color: 10334656.

HSL color Cylindrical-coordinate representation of color #C0B19D: hue angle of 34.29º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0B19D is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB192177157-
CMYK00.080.180.25
HSL34.29º21.74%68.43%-
HSV(B)34.29º18.23%75.29%-
XYZ43.5545.0938.31-
YUV179.2115.47137.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 36.50%
GREEN value IS 177 (69.53% from 255) = 33.65%
BLUE value IS 157 (61.72% from 255) = 29.85%
R=36.50%
G=33.65%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217715700.080.180.2534.2921.7468.43
HexC0B19D081219221644
Octal30026123501022314226104
Binary110000001011000110011101010001001011001100010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B19D; }

 p { color: rgb(192,177,157); }

 H1.HeaderClassName
 {
   color: #C0B19D;
 }
 .AnyTagClassName
 {
   color: #C0B19D;
 }
</style>
background-color css

<style>
 a { background-color: #C0B19D; }

 a { background-color: rgb(192,177,157); }

 div.DivClassName
 {
   background-color: #C0B19D;
 }
 .BgClassName
 {
   background-color: #C0B19D;
 }
</style>
border-color css

<style>
 span { border-color: #C0B19D; }

 span { border-color: rgb(192,177,157); }

 td.TdClassName
 {
   border-color: #C0B19D;
 }
 .TagClassName
 {
   border-color: #C0B19D;
 }
</style>