Html Css Color HEX #C2B599 Akaroa

📋 copy color: '#C2B599'

red 194 ◦ green 181 ◦ blue 153

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

Shades of Akaroa #C2B599

Tints of Akaroa #C2B599

RGB

 RED value IS 194 (76.17% from 255) = 36.74%

 GREEN value IS 181 (71.09% from 255) = 34.28%

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

R = 36.74%
G = 34.28%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C2B599 (or 0xC2B599) is known color: Akaroa. HEX triplet: C2, B5 and 99. RGB value is (194,181,153). Sum of RGB (Red+Green+Blue) = 194+181+153=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 181 (71.09% from 255 or 34.28% from 528); Blue value is 153 (60.16% from 255 or 28.98% from 528); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B599 is #3D4A66. Grayscale: #B5B5B5. Windows color (decimal): -4016743 or 10073538. OLE color: 10073538.

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

Color convert

RGB 194 181 153 -
CMYK 0 0.07 0.21 0.24
HSL 40.98º 0.25% 0.68% -
HSV(B) 40.98º 0.21% 0.76% -
XYZ 44.52 46.82 36.83 -
YUV 181.7 111.81 136.78 -
System Red Green Blue C M Y K H S L
Decimal 194 181 153 0 0.07 0.21 0.24 40.98 0.25 0.68
Hex C2 B5 99 0 7 15 18 29 19 44
Octal 302 265 231 0 7 25 30 51 31 104
Binary 11000010 10110101 10011001 0 111 10101 11000 101001 11001 1000100

Color Harmonies of #C2B599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B599

Black with #C2B599

Text Example


Text Example

White with #C2B599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B599; }

 p { color: rgb(194,181,153); }

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

background-color css

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

 a { background-color: rgb(194,181,153); }

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

border-color css

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

 span { border-color: rgb(194,181,153); }

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