Html Css Color HEX #C5AF89 Pavlova

📋 copy color: '#C5AF89'

red 197 ◦ green 175 ◦ blue 137

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

Shades of Pavlova #C5AF89

Tints of Pavlova #C5AF89

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.38%

 BLUE value IS 137 (53.91% from 255) = 26.92%

R = 38.7%
G = 34.38%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C5AF89 (or 0xC5AF89) is known color: Pavlova. HEX triplet: C5, AF and 89. RGB value is (197,175,137). Sum of RGB (Red+Green+Blue) = 197+175+137=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 137 (53.91% from 255 or 26.92% from 509); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AF89 is #3A5076. Grayscale: #B1B1B1. Windows color (decimal): -3821687 or 9023429. OLE color: 9023429.

HSL color Cylindrical-coordinate representation of color #C5AF89: hue angle of 38º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5AF89 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 175 137 -
CMYK 0 0.11 0.30 0.23
HSL 38º 0.34% 0.65% -
HSV(B) 38º 0.3% 0.77% -
XYZ 42.87 44.34 29.97 -
YUV 177.25 105.29 142.09 -
System Red Green Blue C M Y K H S L
Decimal 197 175 137 0 0.11 0.30 0.23 38 0.34 0.65
Hex C5 AF 89 0 B 1E 17 26 22 41
Octal 305 257 211 0 13 36 27 46 42 101
Binary 11000101 10101111 10001001 0 1011 11110 10111 100110 100010 1000001

Color Harmonies of #C5AF89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AF89

Black with #C5AF89

Text Example


Text Example

White with #C5AF89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AF89; }

 p { color: rgb(197,175,137); }

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

background-color css

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

 a { background-color: rgb(197,175,137); }

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

border-color css

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

 span { border-color: rgb(197,175,137); }

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