Html Css Color HEX #C0A982 Pavlova

📋 copy color: '#C0A982'

red 192 ◦ green 169 ◦ blue 130

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

Shades of Pavlova #C0A982

Tints of Pavlova #C0A982

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.42%

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

R = 39.1%
G = 34.42%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C0A982 (or 0xC0A982) is known color: Pavlova. HEX triplet: C0, A9 and 82. RGB value is (192,169,130). Sum of RGB (Red+Green+Blue) = 192+169+130=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A982 is #3F567D. Grayscale: #ABABAB. Windows color (decimal): -4150910 or 8563136. OLE color: 8563136.

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

Color convert

RGB 192 169 130 -
CMYK 0 0.12 0.32 0.25
HSL 37.74º 0.33% 0.63% -
HSV(B) 37.74º 0.32% 0.75% -
XYZ 39.96 41.19 26.96 -
YUV 171.43 104.62 142.67 -
System Red Green Blue C M Y K H S L
Decimal 192 169 130 0 0.12 0.32 0.25 37.74 0.33 0.63
Hex C0 A9 82 0 C 20 19 26 21 3F
Octal 300 251 202 0 14 40 31 46 41 77
Binary 11000000 10101001 10000010 0 1100 100000 11001 100110 100001 111111

Color Harmonies of #C0A982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A982

Black with #C0A982

Text Example


Text Example

White with #C0A982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A982; }

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

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

background-color css

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

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

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

border-color css

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

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

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