Html Css Color HEX #C5B590 Akaroa

📋 copy color: '#C5B590'

red 197 ◦ green 181 ◦ blue 144

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

Shades of Akaroa #C5B590

Tints of Akaroa #C5B590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.59%

R = 37.74%
G = 34.67%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C5B590 (or 0xC5B590) is known color: Akaroa. HEX triplet: C5, B5 and 90. RGB value is (197,181,144). Sum of RGB (Red+Green+Blue) = 197+181+144=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 181 (71.09% from 255 or 34.67% from 522); Blue value is 144 (56.64% from 255 or 27.59% from 522); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B590 is #3A4A6F. Grayscale: #B5B5B5. Windows color (decimal): -3820144 or 9483717. OLE color: 9483717.

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

Color convert

RGB 197 181 144 -
CMYK 0 0.08 0.27 0.23
HSL 41.89º 0.31% 0.67% -
HSV(B) 41.89º 0.27% 0.77% -
XYZ 44.58 46.93 33.09 -
YUV 181.57 106.8 139.01 -
System Red Green Blue C M Y K H S L
Decimal 197 181 144 0 0.08 0.27 0.23 41.89 0.31 0.67
Hex C5 B5 90 0 8 1B 17 2A 1F 43
Octal 305 265 220 0 10 33 27 52 37 103
Binary 11000101 10110101 10010000 0 1000 11011 10111 101010 11111 1000011

Color Harmonies of #C5B590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B590

Black with #C5B590

Text Example


Text Example

White with #C5B590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B590; }

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

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

background-color css

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

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

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

border-color css

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

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

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