Html Css Color HEX #C0B099 Akaroa

📋 copy color: '#C0B099'

red 192 ◦ green 176 ◦ blue 153

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

Shades of Akaroa #C0B099

Tints of Akaroa #C0B099

RGB

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

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

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

R = 36.85%
G = 33.78%
B = 29.37%

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

#C0B099 (or 0xC0B099) is known color: Akaroa. HEX triplet: C0, B0 and 99. RGB value is (192,176,153). Sum of RGB (Red+Green+Blue) = 192+176+153=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 153 (60.16% from 255 or 29.37% from 521); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B099 is #3F4F66. Grayscale: #B2B2B2. Windows color (decimal): -4149095 or 10072256. OLE color: 10072256.

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

Color convert

RGB 192 176 153 -
CMYK 0 0.08 0.20 0.25
HSL 35.38º 0.24% 0.68% -
HSV(B) 35.38º 0.2% 0.75% -
XYZ 43.01 44.56 36.47 -
YUV 178.16 113.8 137.87 -
System Red Green Blue C M Y K H S L
Decimal 192 176 153 0 0.08 0.20 0.25 35.38 0.24 0.68
Hex C0 B0 99 0 8 14 19 23 18 44
Octal 300 260 231 0 10 24 31 43 30 104
Binary 11000000 10110000 10011001 0 1000 10100 11001 100011 11000 1000100

Color Harmonies of #C0B099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B099

Black with #C0B099

Text Example


Text Example

White with #C0B099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B099; }

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

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

background-color css

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

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

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

border-color css

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

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

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