Html Css Color HEX #C5AF8A Pavlova

📋 copy color: '#C5AF8A'

red 197 ◦ green 175 ◦ blue 138

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

Shades of Pavlova #C5AF8A

Tints of Pavlova #C5AF8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.06%

R = 38.63%
G = 34.31%
B = 27.06%

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

#C5AF8A (or 0xC5AF8A) is known color: Pavlova. HEX triplet: C5, AF and 8A. RGB value is (197,175,138). Sum of RGB (Red+Green+Blue) = 197+175+138=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AF8A is #3A5075. Grayscale: #B1B1B1. Windows color (decimal): -3821686 or 9088965. OLE color: 9088965.

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

Color convert

RGB 197 175 138 -
CMYK 0 0.11 0.30 0.23
HSL 37.63º 0.34% 0.66% -
HSV(B) 37.63º 0.3% 0.77% -
XYZ 42.94 44.37 30.34 -
YUV 177.36 105.79 142.01 -
System Red Green Blue C M Y K H S L
Decimal 197 175 138 0 0.11 0.30 0.23 37.63 0.34 0.66
Hex C5 AF 8A 0 B 1E 17 26 22 42
Octal 305 257 212 0 13 36 27 46 42 102
Binary 11000101 10101111 10001010 0 1011 11110 10111 100110 100010 1000010

Color Harmonies of #C5AF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AF8A

Black with #C5AF8A

Text Example


Text Example

White with #C5AF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AF8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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