Html Css Color HEX #C0B09C Akaroa

📋 copy color: '#C0B09C'

red 192 ◦ green 176 ◦ blue 156

#C0B09C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Akaroa #C0B09C

Tints of Akaroa #C0B09C

RGB

 RED value IS 192 (75.39% from 255) = 36.64%

 GREEN value IS 176 (69.14% from 255) = 33.59%

 BLUE value IS 156 (61.33% from 255) = 29.77%

R = 36.64%
G = 33.59%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#C0B09C (or 0xC0B09C) is known color: Akaroa. HEX triplet: C0, B0 and 9C. RGB value is (192,176,156). Sum of RGB (Red+Green+Blue) = 192+176+156=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 156 (61.33% from 255 or 29.77% from 524); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B09C is #3F4F63. Grayscale: #B2B2B2. Windows color (decimal): -4149092 or 10268864. OLE color: 10268864.

HSL color Cylindrical-coordinate representation of color #C0B09C: hue angle of 33.33º degrees, saturation: 0.22, 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 #C0B09C is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 176 156 -
CMYK 0 0.08 0.19 0.25
HSL 33.33º 0.22% 0.68% -
HSV(B) 33.33º 0.19% 0.75% -
XYZ 43.26 44.66 37.79 -
YUV 178.5 115.3 137.63 -
System Red Green Blue C M Y K H S L
Decimal 192 176 156 0 0.08 0.19 0.25 33.33 0.22 0.68
Hex C0 B0 9C 0 8 13 19 21 16 44
Octal 300 260 234 0 10 23 31 41 26 104
Binary 11000000 10110000 10011100 0 1000 10011 11001 100001 10110 1000100

Color Harmonies of #C0B09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B09C

Black with #C0B09C

Text Example


Text Example

White with #C0B09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B09C; }

 p { color: rgb(192,176,156); }

 H1.HeaderClassName
 {
   color: #C0B09C;
 }
 .AnyTagClassName
 {
   color: #C0B09C;
 }
</style>

background-color css

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

 a { background-color: rgb(192,176,156); }

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

border-color css

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

 span { border-color: rgb(192,176,156); }

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