Html Css Color HEX #C5AF88 Pavlova

📋 copy color: '#C5AF88'

red 197 ◦ green 175 ◦ blue 136

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

Shades of Pavlova #C5AF88

Tints of Pavlova #C5AF88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 26.77%

R = 38.78%
G = 34.45%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C5AF88 (or 0xC5AF88) is known color: Pavlova. HEX triplet: C5, AF and 88. RGB value is (197,175,136). Sum of RGB (Red+Green+Blue) = 197+175+136=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AF88 is #3A5077. Grayscale: #B1B1B1. Windows color (decimal): -3821688 or 8957893. OLE color: 8957893.

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

Color convert

RGB 197 175 136 -
CMYK 0 0.11 0.31 0.23
HSL 38.36º 0.34% 0.65% -
HSV(B) 38.36º 0.31% 0.77% -
XYZ 42.8 44.31 29.59 -
YUV 177.13 104.79 142.17 -
System Red Green Blue C M Y K H S L
Decimal 197 175 136 0 0.11 0.31 0.23 38.36 0.34 0.65
Hex C5 AF 88 0 B 1F 17 26 22 41
Octal 305 257 210 0 13 37 27 46 42 101
Binary 11000101 10101111 10001000 0 1011 11111 10111 100110 100010 1000001

Color Harmonies of #C5AF88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AF88

Black with #C5AF88

Text Example


Text Example

White with #C5AF88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AF88; }

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

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

background-color css

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

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

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

border-color css

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

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

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