Html Css Color HEX #C0B199 Akaroa

📋 copy color: '#C0B199'

red 192 ◦ green 177 ◦ blue 153

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

Shades of Akaroa #C0B199

Tints of Akaroa #C0B199

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.91%

 BLUE value IS 153 (60.16% from 255) = 29.31%

R = 36.78%
G = 33.91%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C0B199 (or 0xC0B199) is known color: Akaroa. HEX triplet: C0, B1 and 99. RGB value is (192,177,153). Sum of RGB (Red+Green+Blue) = 192+177+153=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 177 (69.53% from 255 or 33.91% from 522); Blue value is 153 (60.16% from 255 or 29.31% from 522); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B199 is #3F4E66. Grayscale: #B2B2B2. Windows color (decimal): -4148839 or 10072512. OLE color: 10072512.

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

Color convert

RGB 192 177 153 -
CMYK 0 0.08 0.20 0.25
HSL 36.92º 0.24% 0.68% -
HSV(B) 36.92º 0.2% 0.75% -
XYZ 43.21 44.95 36.54 -
YUV 178.75 113.47 137.45 -
System Red Green Blue C M Y K H S L
Decimal 192 177 153 0 0.08 0.20 0.25 36.92 0.24 0.68
Hex C0 B1 99 0 8 14 19 25 18 44
Octal 300 261 231 0 10 24 31 45 30 104
Binary 11000000 10110001 10011001 0 1000 10100 11001 100101 11000 1000100

Color Harmonies of #C0B199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B199

Black with #C0B199

Text Example


Text Example

White with #C0B199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B199; }

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

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

background-color css

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

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

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

border-color css

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

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

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