Html Css Color HEX #C0AC8C Pavlova

📋 copy color: '#C0AC8C'

red 192 ◦ green 172 ◦ blue 140

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

Shades of Pavlova #C0AC8C

Tints of Pavlova #C0AC8C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.13%

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

R = 38.1%
G = 34.13%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0AC8C (or 0xC0AC8C) is known color: Pavlova. HEX triplet: C0, AC and 8C. RGB value is (192,172,140). Sum of RGB (Red+Green+Blue) = 192+172+140=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AC8C is #3F5373. Grayscale: #AEAEAE. Windows color (decimal): -4150132 or 9219264. OLE color: 9219264.

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

Color convert

RGB 192 172 140 -
CMYK 0 0.10 0.27 0.25
HSL 36.92º 0.29% 0.65% -
HSV(B) 36.92º 0.27% 0.75% -
XYZ 41.22 42.6 30.86 -
YUV 174.33 108.63 140.6 -
System Red Green Blue C M Y K H S L
Decimal 192 172 140 0 0.10 0.27 0.25 36.92 0.29 0.65
Hex C0 AC 8C 0 A 1B 19 25 1D 41
Octal 300 254 214 0 12 33 31 45 35 101
Binary 11000000 10101100 10001100 0 1010 11011 11001 100101 11101 1000001

Color Harmonies of #C0AC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AC8C

Black with #C0AC8C

Text Example


Text Example

White with #C0AC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AC8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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