Html Css Color HEX #C0AC82 Pavlova

📋 copy color: '#C0AC82'

red 192 ◦ green 172 ◦ blue 130

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

Shades of Pavlova #C0AC82

Tints of Pavlova #C0AC82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.32%

R = 38.87%
G = 34.82%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C0AC82 (or 0xC0AC82) is known color: Pavlova. HEX triplet: C0, AC and 82. RGB value is (192,172,130). Sum of RGB (Red+Green+Blue) = 192+172+130=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 130 (51.17% from 255 or 26.32% from 494); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AC82 is #3F537D. Grayscale: #ADADAD. Windows color (decimal): -4150142 or 8563904. OLE color: 8563904.

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

Color convert

RGB 192 172 130 -
CMYK 0 0.10 0.32 0.25
HSL 40.65º 0.33% 0.63% -
HSV(B) 40.65º 0.32% 0.75% -
XYZ 40.52 42.32 27.15 -
YUV 173.19 103.63 141.42 -
System Red Green Blue C M Y K H S L
Decimal 192 172 130 0 0.10 0.32 0.25 40.65 0.33 0.63
Hex C0 AC 82 0 A 20 19 29 21 3F
Octal 300 254 202 0 12 40 31 51 41 77
Binary 11000000 10101100 10000010 0 1010 100000 11001 101001 100001 111111

Color Harmonies of #C0AC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AC82

Black with #C0AC82

Text Example


Text Example

White with #C0AC82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AC82; }

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

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

background-color css

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

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

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

border-color css

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

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

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