Html Css Color HEX #C5AE89 Pavlova

📋 copy color: '#C5AE89'

red 197 ◦ green 174 ◦ blue 137

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

Shades of Pavlova #C5AE89

Tints of Pavlova #C5AE89

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.25%

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

R = 38.78%
G = 34.25%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C5AE89 (or 0xC5AE89) is known color: Pavlova. HEX triplet: C5, AE and 89. RGB value is (197,174,137). Sum of RGB (Red+Green+Blue) = 197+174+137=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 174 (68.36% from 255 or 34.25% from 508); Blue value is 137 (53.91% from 255 or 26.97% from 508); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AE89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AE89 is #3A5176. Grayscale: #B0B0B0. Windows color (decimal): -3821943 or 9023173. OLE color: 9023173.

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

Color convert

RGB 197 174 137 -
CMYK 0 0.12 0.30 0.23
HSL 37º 0.34% 0.65% -
HSV(B) 37º 0.3% 0.77% -
XYZ 42.68 43.95 29.9 -
YUV 176.66 105.62 142.51 -
System Red Green Blue C M Y K H S L
Decimal 197 174 137 0 0.12 0.30 0.23 37 0.34 0.65
Hex C5 AE 89 0 C 1E 17 25 22 41
Octal 305 256 211 0 14 36 27 45 42 101
Binary 11000101 10101110 10001001 0 1100 11110 10111 100101 100010 1000001

Color Harmonies of #C5AE89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AE89

Black with #C5AE89

Text Example


Text Example

White with #C5AE89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AE89; }

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

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

background-color css

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

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

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

border-color css

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

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

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