Html Css Color HEX #C0AF8C Pavlova

📋 copy color: '#C0AF8C'

red 192 ◦ green 175 ◦ blue 140

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

Shades of Pavlova #C0AF8C

Tints of Pavlova #C0AF8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.61%

R = 37.87%
G = 34.52%
B = 27.61%

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

#C0AF8C (or 0xC0AF8C) is known color: Pavlova. HEX triplet: C0, AF and 8C. RGB value is (192,175,140). Sum of RGB (Red+Green+Blue) = 192+175+140=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AF8C is #3F5073. Grayscale: #B0B0B0. Windows color (decimal): -4149364 or 9220032. OLE color: 9220032.

HSL color Cylindrical-coordinate representation of color #C0AF8C: hue angle of 40.38º 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 #C0AF8C is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 175 140 -
CMYK 0 0.09 0.27 0.25
HSL 40.38º 0.29% 0.65% -
HSV(B) 40.38º 0.27% 0.75% -
XYZ 41.8 43.76 31.05 -
YUV 176.09 107.63 139.35 -
System Red Green Blue C M Y K H S L
Decimal 192 175 140 0 0.09 0.27 0.25 40.38 0.29 0.65
Hex C0 AF 8C 0 9 1B 19 28 1D 41
Octal 300 257 214 0 11 33 31 50 35 101
Binary 11000000 10101111 10001100 0 1001 11011 11001 101000 11101 1000001

Color Harmonies of #C0AF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AF8C

Black with #C0AF8C

Text Example


Text Example

White with #C0AF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AF8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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