Html Css Color HEX #C5B791 Akaroa

📋 copy color: '#C5B791'

red 197 ◦ green 183 ◦ blue 145

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

Shades of Akaroa #C5B791

Tints of Akaroa #C5B791

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.86%

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

R = 37.52%
G = 34.86%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C5B791 (or 0xC5B791) is known color: Akaroa. HEX triplet: C5, B7 and 91. RGB value is (197,183,145). Sum of RGB (Red+Green+Blue) = 197+183+145=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 183 (71.88% from 255 or 34.86% from 525); Blue value is 145 (57.03% from 255 or 27.62% from 525); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B791 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B791 is #3A486E. Grayscale: #B7B7B7. Windows color (decimal): -3819631 or 9549765. OLE color: 9549765.

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

Color convert

RGB 197 183 145 -
CMYK 0 0.07 0.26 0.23
HSL 43.85º 0.31% 0.67% -
HSV(B) 43.85º 0.26% 0.77% -
XYZ 45.07 47.78 33.64 -
YUV 182.85 106.64 138.09 -
System Red Green Blue C M Y K H S L
Decimal 197 183 145 0 0.07 0.26 0.23 43.85 0.31 0.67
Hex C5 B7 91 0 7 1A 17 2C 1F 43
Octal 305 267 221 0 7 32 27 54 37 103
Binary 11000101 10110111 10010001 0 111 11010 10111 101100 11111 1000011

Color Harmonies of #C5B791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B791

Black with #C5B791

Text Example


Text Example

White with #C5B791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B791; }

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

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

background-color css

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

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

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

border-color css

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

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

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