Html Css Color HEX #C2B797 Akaroa

📋 copy color: '#C2B797'

red 194 ◦ green 183 ◦ blue 151

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

Shades of Akaroa #C2B797

Tints of Akaroa #C2B797

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.66%

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

R = 36.74%
G = 34.66%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C2B797 (or 0xC2B797) is known color: Akaroa. HEX triplet: C2, B7 and 97. RGB value is (194,183,151). Sum of RGB (Red+Green+Blue) = 194+183+151=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 151 (59.38% from 255 or 28.60% from 528); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B797 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B797 is #3D4868. Grayscale: #B6B6B6. Windows color (decimal): -4016233 or 9942978. OLE color: 9942978.

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

Color convert

RGB 194 183 151 -
CMYK 0 0.06 0.22 0.24
HSL 44.65º 0.26% 0.68% -
HSV(B) 44.65º 0.22% 0.76% -
XYZ 44.77 47.57 36.1 -
YUV 182.64 110.14 136.1 -
System Red Green Blue C M Y K H S L
Decimal 194 183 151 0 0.06 0.22 0.24 44.65 0.26 0.68
Hex C2 B7 97 0 6 16 18 2D 1A 44
Octal 302 267 227 0 6 26 30 55 32 104
Binary 11000010 10110111 10010111 0 110 10110 11000 101101 11010 1000100

Color Harmonies of #C2B797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B797

Black with #C2B797

Text Example


Text Example

White with #C2B797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B797; }

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

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

background-color css

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

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

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

border-color css

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

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

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