Html Css Color HEX #C5B591 Akaroa

📋 copy color: '#C5B591'

red 197 ◦ green 181 ◦ blue 145

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

Shades of Akaroa #C5B591

Tints of Akaroa #C5B591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.72%

R = 37.67%
G = 34.61%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C5B591 (or 0xC5B591) is known color: Akaroa. HEX triplet: C5, B5 and 91. RGB value is (197,181,145). Sum of RGB (Red+Green+Blue) = 197+181+145=523 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.67% from 523); Green value is 181 (71.09% from 255 or 34.61% from 523); Blue value is 145 (57.03% from 255 or 27.72% from 523); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B591 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B591 is #3A4A6E. Grayscale: #B5B5B5. Windows color (decimal): -3820143 or 9549253. OLE color: 9549253.

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

Color convert

RGB 197 181 145 -
CMYK 0 0.08 0.26 0.23
HSL 41.54º 0.31% 0.67% -
HSV(B) 41.54º 0.26% 0.77% -
XYZ 44.66 46.96 33.5 -
YUV 181.68 107.3 138.93 -
System Red Green Blue C M Y K H S L
Decimal 197 181 145 0 0.08 0.26 0.23 41.54 0.31 0.67
Hex C5 B5 91 0 8 1A 17 2A 1F 43
Octal 305 265 221 0 10 32 27 52 37 103
Binary 11000101 10110101 10010001 0 1000 11010 10111 101010 11111 1000011

Color Harmonies of #C5B591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B591

Black with #C5B591

Text Example


Text Example

White with #C5B591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B591; }

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

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

background-color css

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

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

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

border-color css

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

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

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