Html Css Color HEX #C5B596 Akaroa

📋 copy color: '#C5B596'

red 197 ◦ green 181 ◦ blue 150

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

Shades of Akaroa #C5B596

Tints of Akaroa #C5B596

RGB

 RED value IS 197 (77.34% from 255) = 37.31%

 GREEN value IS 181 (71.09% from 255) = 34.28%

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

R = 37.31%
G = 34.28%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C5B596 (or 0xC5B596) is known color: Akaroa. HEX triplet: C5, B5 and 96. RGB value is (197,181,150). Sum of RGB (Red+Green+Blue) = 197+181+150=528 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.31% from 528); Green value is 181 (71.09% from 255 or 34.28% from 528); Blue value is 150 (58.98% from 255 or 28.41% from 528); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B596 is #3A4A69. Grayscale: #B6B6B6. Windows color (decimal): -3820138 or 9876933. OLE color: 9876933.

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

Color convert

RGB 197 181 150 -
CMYK 0 0.08 0.24 0.23
HSL 39.57º 0.29% 0.68% -
HSV(B) 39.57º 0.24% 0.77% -
XYZ 45.05 47.12 35.57 -
YUV 182.25 109.8 138.52 -
System Red Green Blue C M Y K H S L
Decimal 197 181 150 0 0.08 0.24 0.23 39.57 0.29 0.68
Hex C5 B5 96 0 8 18 17 28 1D 44
Octal 305 265 226 0 10 30 27 50 35 104
Binary 11000101 10110101 10010110 0 1000 11000 10111 101000 11101 1000100

Color Harmonies of #C5B596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B596

Black with #C5B596

Text Example


Text Example

White with #C5B596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B596; }

 p { color: rgb(197,181,150); }

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

background-color css

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

 a { background-color: rgb(197,181,150); }

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

border-color css

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

 span { border-color: rgb(197,181,150); }

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