Html Css Color HEX #C2B397 Akaroa

📋 copy color: '#C2B397'

red 194 ◦ green 179 ◦ blue 151

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

Shades of Akaroa #C2B397

Tints of Akaroa #C2B397

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.16%

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

R = 37.02%
G = 34.16%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C2B397 (or 0xC2B397) is known color: Akaroa. HEX triplet: C2, B3 and 97. RGB value is (194,179,151). Sum of RGB (Red+Green+Blue) = 194+179+151=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 179 (70.31% from 255 or 34.16% from 524); Blue value is 151 (59.38% from 255 or 28.82% from 524); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B397 is #3D4C68. Grayscale: #B4B4B4. Windows color (decimal): -4017257 or 9941954. OLE color: 9941954.

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

Color convert

RGB 194 179 151 -
CMYK 0 0.08 0.22 0.24
HSL 39.07º 0.26% 0.68% -
HSV(B) 39.07º 0.22% 0.76% -
XYZ 43.95 45.94 35.83 -
YUV 180.29 111.47 137.78 -
System Red Green Blue C M Y K H S L
Decimal 194 179 151 0 0.08 0.22 0.24 39.07 0.26 0.68
Hex C2 B3 97 0 8 16 18 27 1A 44
Octal 302 263 227 0 10 26 30 47 32 104
Binary 11000010 10110011 10010111 0 1000 10110 11000 100111 11010 1000100

Color Harmonies of #C2B397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B397

Black with #C2B397

Text Example


Text Example

White with #C2B397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B397; }

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

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

background-color css

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

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

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

border-color css

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

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

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