Html Css Color HEX #C2B496 Akaroa

📋 copy color: '#C2B496'

red 194 ◦ green 180 ◦ blue 150

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

Shades of Akaroa #C2B496

Tints of Akaroa #C2B496

RGB

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

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

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

R = 37.02%
G = 34.35%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C2B496 (or 0xC2B496) is known color: Akaroa. HEX triplet: C2, B4 and 96. RGB value is (194,180,150). Sum of RGB (Red+Green+Blue) = 194+180+150=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 180 (70.70% from 255 or 34.35% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B496 is #3D4B69. Grayscale: #B4B4B4. Windows color (decimal): -4017002 or 9876674. OLE color: 9876674.

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

Color convert

RGB 194 180 150 -
CMYK 0 0.07 0.23 0.24
HSL 40.91º 0.27% 0.67% -
HSV(B) 40.91º 0.23% 0.76% -
XYZ 44.07 46.31 35.47 -
YUV 180.77 110.64 137.44 -
System Red Green Blue C M Y K H S L
Decimal 194 180 150 0 0.07 0.23 0.24 40.91 0.27 0.67
Hex C2 B4 96 0 7 17 18 29 1B 43
Octal 302 264 226 0 7 27 30 51 33 103
Binary 11000010 10110100 10010110 0 111 10111 11000 101001 11011 1000011

Color Harmonies of #C2B496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B496

Black with #C2B496

Text Example


Text Example

White with #C2B496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B496; }

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

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

background-color css

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

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

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

border-color css

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

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

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