Html Css Color HEX #C2B497 Akaroa

📋 copy color: '#C2B497'

red 194 ◦ green 180 ◦ blue 151

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

Shades of Akaroa #C2B497

Tints of Akaroa #C2B497

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.29%

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

R = 36.95%
G = 34.29%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C2B497 (or 0xC2B497) is known color: Akaroa. HEX triplet: C2, B4 and 97. RGB value is (194,180,151). Sum of RGB (Red+Green+Blue) = 194+180+151=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 180 (70.70% from 255 or 34.29% from 525); Blue value is 151 (59.38% from 255 or 28.76% from 525); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B497 is #3D4B68. Grayscale: #B5B5B5. Windows color (decimal): -4017001 or 9942210. OLE color: 9942210.

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

Color convert

RGB 194 180 151 -
CMYK 0 0.07 0.22 0.24
HSL 40.47º 0.26% 0.68% -
HSV(B) 40.47º 0.22% 0.76% -
XYZ 44.16 46.35 35.9 -
YUV 180.88 111.14 137.36 -
System Red Green Blue C M Y K H S L
Decimal 194 180 151 0 0.07 0.22 0.24 40.47 0.26 0.68
Hex C2 B4 97 0 7 16 18 28 1A 44
Octal 302 264 227 0 7 26 30 50 32 104
Binary 11000010 10110100 10010111 0 111 10110 11000 101000 11010 1000100

Color Harmonies of #C2B497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B497

Black with #C2B497

Text Example


Text Example

White with #C2B497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B497; }

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

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

background-color css

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

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

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

border-color css

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

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

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