Html Css Color HEX #C2B299 Akaroa

📋 copy color: '#C2B299'

red 194 ◦ green 178 ◦ blue 153

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

Shades of Akaroa #C2B299

Tints of Akaroa #C2B299

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.9%

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

R = 36.95%
G = 33.9%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C2B299 (or 0xC2B299) is known color: Akaroa. HEX triplet: C2, B2 and 99. RGB value is (194,178,153). Sum of RGB (Red+Green+Blue) = 194+178+153=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 153 (60.16% from 255 or 29.14% from 525); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B299 is #3D4D66. Grayscale: #B4B4B4. Windows color (decimal): -4017511 or 10072770. OLE color: 10072770.

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

Color convert

RGB 194 178 153 -
CMYK 0 0.08 0.21 0.24
HSL 36.59º 0.25% 0.68% -
HSV(B) 36.59º 0.21% 0.76% -
XYZ 43.92 45.61 36.63 -
YUV 179.93 112.8 138.03 -
System Red Green Blue C M Y K H S L
Decimal 194 178 153 0 0.08 0.21 0.24 36.59 0.25 0.68
Hex C2 B2 99 0 8 15 18 25 19 44
Octal 302 262 231 0 10 25 30 45 31 104
Binary 11000010 10110010 10011001 0 1000 10101 11000 100101 11001 1000100

Color Harmonies of #C2B299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B299

Black with #C2B299

Text Example


Text Example

White with #C2B299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B299; }

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

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

background-color css

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

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

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

border-color css

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

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

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