Html Css Color HEX #C0AC84 Pavlova

📋 copy color: '#C0AC84'

red 192 ◦ green 172 ◦ blue 132

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

Shades of Pavlova #C0AC84

Tints of Pavlova #C0AC84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.61%

R = 38.71%
G = 34.68%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C0AC84 (or 0xC0AC84) is known color: Pavlova. HEX triplet: C0, AC and 84. RGB value is (192,172,132). Sum of RGB (Red+Green+Blue) = 192+172+132=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 132 (51.95% from 255 or 26.61% from 496); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AC84 is #3F537B. Grayscale: #ADADAD. Windows color (decimal): -4150140 or 8694976. OLE color: 8694976.

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

Color convert

RGB 192 172 132 -
CMYK 0 0.10 0.31 0.25
HSL 40º 0.32% 0.64% -
HSV(B) 40º 0.31% 0.75% -
XYZ 40.66 42.38 27.87 -
YUV 173.42 104.63 141.25 -
System Red Green Blue C M Y K H S L
Decimal 192 172 132 0 0.10 0.31 0.25 40 0.32 0.64
Hex C0 AC 84 0 A 1F 19 28 20 40
Octal 300 254 204 0 12 37 31 50 40 100
Binary 11000000 10101100 10000100 0 1010 11111 11001 101000 100000 1000000

Color Harmonies of #C0AC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AC84

Black with #C0AC84

Text Example


Text Example

White with #C0AC84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AC84; }

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

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

background-color css

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

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

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

border-color css

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

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

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