Html Css Color HEX #C0AD84 Pavlova

📋 copy color: '#C0AD84'

red 192 ◦ green 173 ◦ blue 132

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

Shades of Pavlova #C0AD84

Tints of Pavlova #C0AD84

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.81%

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

R = 38.63%
G = 34.81%
B = 26.56%

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

#C0AD84 (or 0xC0AD84) is known color: Pavlova. HEX triplet: C0, AD and 84. RGB value is (192,173,132). Sum of RGB (Red+Green+Blue) = 192+173+132=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AD84 is #3F527B. Grayscale: #AEAEAE. Windows color (decimal): -4149884 or 8695232. OLE color: 8695232.

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

Color convert

RGB 192 173 132 -
CMYK 0 0.10 0.31 0.25
HSL 41º 0.32% 0.64% -
HSV(B) 41º 0.31% 0.75% -
XYZ 40.85 42.76 27.93 -
YUV 174.01 104.29 140.83 -
System Red Green Blue C M Y K H S L
Decimal 192 173 132 0 0.10 0.31 0.25 41 0.32 0.64
Hex C0 AD 84 0 A 1F 19 29 20 40
Octal 300 255 204 0 12 37 31 51 40 100
Binary 11000000 10101101 10000100 0 1010 11111 11001 101001 100000 1000000

Color Harmonies of #C0AD84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AD84

Black with #C0AD84

Text Example


Text Example

White with #C0AD84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AD84; }

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

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

background-color css

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

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

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

border-color css

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

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

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