Html Css Color HEX #C5B58F Akaroa

📋 copy color: '#C5B58F'

red 197 ◦ green 181 ◦ blue 143

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

Shades of Akaroa #C5B58F

Tints of Akaroa #C5B58F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.45%

R = 37.81%
G = 34.74%
B = 27.45%

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

#C5B58F (or 0xC5B58F) is known color: Akaroa. HEX triplet: C5, B5 and 8F. RGB value is (197,181,143). Sum of RGB (Red+Green+Blue) = 197+181+143=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 143 (56.25% from 255 or 27.45% from 521); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B58F is #3A4A70. Grayscale: #B5B5B5. Windows color (decimal): -3820145 or 9418181. OLE color: 9418181.

HSL color Cylindrical-coordinate representation of color #C5B58F: hue angle of 42.22º degrees, saturation: 0.32, 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 #C5B58F is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 181 143 -
CMYK 0 0.08 0.27 0.23
HSL 42.22º 0.32% 0.67% -
HSV(B) 42.22º 0.27% 0.77% -
XYZ 44.51 46.9 32.69 -
YUV 181.45 106.3 139.09 -
System Red Green Blue C M Y K H S L
Decimal 197 181 143 0 0.08 0.27 0.23 42.22 0.32 0.67
Hex C5 B5 8F 0 8 1B 17 2A 20 43
Octal 305 265 217 0 10 33 27 52 40 103
Binary 11000101 10110101 10001111 0 1000 11011 10111 101010 100000 1000011

Color Harmonies of #C5B58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B58F

Black with #C5B58F

Text Example


Text Example

White with #C5B58F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B58F; }

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

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

background-color css

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

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

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

border-color css

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

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

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