Html Css Color HEX #C4B496 Akaroa

📋 copy color: '#C4B496'

red 196 ◦ green 180 ◦ blue 150

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

Shades of Akaroa #C4B496

Tints of Akaroa #C4B496

RGB

 RED value IS 196 (76.95% from 255) = 37.26%

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

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

R = 37.26%
G = 34.22%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C4B496 (or 0xC4B496) is known color: Akaroa. HEX triplet: C4, B4 and 96. RGB value is (196,180,150). Sum of RGB (Red+Green+Blue) = 196+180+150=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 180 (70.70% from 255 or 34.22% from 526); Blue value is 150 (58.98% from 255 or 28.52% from 526); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B496 is #3B4B69. Grayscale: #B5B5B5. Windows color (decimal): -3885930 or 9876676. OLE color: 9876676.

HSL color Cylindrical-coordinate representation of color #C4B496: hue angle of 39.13º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4B496 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 180 150 -
CMYK 0 0.08 0.23 0.23
HSL 39.13º 0.28% 0.68% -
HSV(B) 39.13º 0.23% 0.77% -
XYZ 44.59 46.58 35.49 -
YUV 181.36 110.3 138.44 -
System Red Green Blue C M Y K H S L
Decimal 196 180 150 0 0.08 0.23 0.23 39.13 0.28 0.68
Hex C4 B4 96 0 8 17 17 27 1C 44
Octal 304 264 226 0 10 27 27 47 34 104
Binary 11000100 10110100 10010110 0 1000 10111 10111 100111 11100 1000100

Color Harmonies of #C4B496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B496

Black with #C4B496

Text Example


Text Example

White with #C4B496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B496; }

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

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

background-color css

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

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

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

border-color css

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

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

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