Html Css Color HEX #C2B197 Akaroa

📋 copy color: '#C2B197'

red 194 ◦ green 177 ◦ blue 151

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

Shades of Akaroa #C2B197

Tints of Akaroa #C2B197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 28.93%

R = 37.16%
G = 33.91%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C2B197 (or 0xC2B197) is known color: Akaroa. HEX triplet: C2, B1 and 97. RGB value is (194,177,151). Sum of RGB (Red+Green+Blue) = 194+177+151=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 177 (69.53% from 255 or 33.91% from 522); Blue value is 151 (59.38% from 255 or 28.93% from 522); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B197 is #3D4E68. Grayscale: #B3B3B3. Windows color (decimal): -4017769 or 9941442. OLE color: 9941442.

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

Color convert

RGB 194 177 151 -
CMYK 0 0.09 0.22 0.24
HSL 36.28º 0.26% 0.68% -
HSV(B) 36.28º 0.22% 0.76% -
XYZ 43.56 45.15 35.7 -
YUV 179.12 112.13 138.61 -
System Red Green Blue C M Y K H S L
Decimal 194 177 151 0 0.09 0.22 0.24 36.28 0.26 0.68
Hex C2 B1 97 0 9 16 18 24 1A 44
Octal 302 261 227 0 11 26 30 44 32 104
Binary 11000010 10110001 10010111 0 1001 10110 11000 100100 11010 1000100

Color Harmonies of #C2B197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B197

Black with #C2B197

Text Example


Text Example

White with #C2B197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B197; }

 p { color: rgb(194,177,151); }

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

background-color css

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

 a { background-color: rgb(194,177,151); }

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

border-color css

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

 span { border-color: rgb(194,177,151); }

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