#C0B29B

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

Shades of Akaroa #C0B29B

Tints of Akaroa #C0B29B

Color information

#C0B29B (or 0xC0B29B) is unknown color: approx Akaroa. HEX triplet: C0, B2 and 9B. RGB value is (192,178,155). Sum of RGB (Red+Green+Blue) = 192+178+155=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B29B is #3F4D64. Grayscale: #B3B3B3. Windows color (decimal): -4148581 or 10203840. OLE color: 10203840.

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

Color convert

RGB192178155-
CMYK00.070.190.25
HSL37.3º22.7%68.04%-
HSV(B)37.3º19.27%75.29%-
XYZ43.5845.4137.48-
YUV179.56114.14136.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.57%
GREEN value IS 178 (69.92% from 255) = 33.90%
BLUE value IS 155 (60.94% from 255) = 29.52%
R=36.57%
G=33.90%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217815500.070.190.2537.322.768.04
HexC0B29B071319251744
Octal3002622330723314527104
Binary11000000101100101001101101111001111001100101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B29B; }

 p { color: rgb(192,178,155); }

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

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

 a { background-color: rgb(192,178,155); }

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

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

 span { border-color: rgb(192,178,155); }

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