Html Css Color HEX #C0AF8D Pavlova

📋 copy color: '#C0AF8D'

red 192 ◦ green 175 ◦ blue 141

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

Shades of Pavlova #C0AF8D

Tints of Pavlova #C0AF8D

RGB

 RED value IS 192 (75.39% from 255) = 37.8%

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

 BLUE value IS 141 (55.47% from 255) = 27.76%

R = 37.8%
G = 34.45%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0AF8D (or 0xC0AF8D) is known color: Pavlova. HEX triplet: C0, AF and 8D. RGB value is (192,175,141). Sum of RGB (Red+Green+Blue) = 192+175+141=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AF8D is #3F5072. Grayscale: #B0B0B0. Windows color (decimal): -4149363 or 9285568. OLE color: 9285568.

HSL color Cylindrical-coordinate representation of color #C0AF8D: hue angle of 40º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0AF8D is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 175 141 -
CMYK 0 0.09 0.27 0.25
HSL 40º 0.29% 0.65% -
HSV(B) 40º 0.27% 0.75% -
XYZ 41.88 43.79 31.44 -
YUV 176.21 108.13 139.26 -
System Red Green Blue C M Y K H S L
Decimal 192 175 141 0 0.09 0.27 0.25 40 0.29 0.65
Hex C0 AF 8D 0 9 1B 19 28 1D 41
Octal 300 257 215 0 11 33 31 50 35 101
Binary 11000000 10101111 10001101 0 1001 11011 11001 101000 11101 1000001

Color Harmonies of #C0AF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AF8D

Black with #C0AF8D

Text Example


Text Example

White with #C0AF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AF8D; }

 p { color: rgb(192,175,141); }

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

background-color css

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

 a { background-color: rgb(192,175,141); }

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

border-color css

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

 span { border-color: rgb(192,175,141); }

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