Html Css Color HEX #C2B296 Akaroa

📋 copy color: '#C2B296'

red 194 ◦ green 178 ◦ blue 150

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

Shades of Akaroa #C2B296

Tints of Akaroa #C2B296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.74%

R = 37.16%
G = 34.1%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C2B296 (or 0xC2B296) is known color: Akaroa. HEX triplet: C2, B2 and 96. RGB value is (194,178,150). Sum of RGB (Red+Green+Blue) = 194+178+150=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 150 (58.98% from 255 or 28.74% from 522); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B296 is #3D4D69. Grayscale: #B3B3B3. Windows color (decimal): -4017514 or 9876162. OLE color: 9876162.

HSL color Cylindrical-coordinate representation of color #C2B296: hue angle of 38.18º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2B296 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 178 150 -
CMYK 0 0.08 0.23 0.24
HSL 38.18º 0.27% 0.67% -
HSV(B) 38.18º 0.23% 0.76% -
XYZ 43.67 45.51 35.34 -
YUV 179.59 111.3 138.28 -
System Red Green Blue C M Y K H S L
Decimal 194 178 150 0 0.08 0.23 0.24 38.18 0.27 0.67
Hex C2 B2 96 0 8 17 18 26 1B 43
Octal 302 262 226 0 10 27 30 46 33 103
Binary 11000010 10110010 10010110 0 1000 10111 11000 100110 11011 1000011

Color Harmonies of #C2B296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B296

Black with #C2B296

Text Example


Text Example

White with #C2B296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B296; }

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

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

background-color css

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

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

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

border-color css

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

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

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