Html Css Color HEX #C0A780 Pavlova

📋 copy color: '#C0A780'

red 192 ◦ green 167 ◦ blue 128

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

Shades of Pavlova #C0A780

Tints of Pavlova #C0A780

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.29%

 BLUE value IS 128 (50.39% from 255) = 26.28%

R = 39.43%
G = 34.29%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C0A780 (or 0xC0A780) is known color: Pavlova. HEX triplet: C0, A7 and 80. RGB value is (192,167,128). Sum of RGB (Red+Green+Blue) = 192+167+128=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A780 is #3F587F. Grayscale: #AAAAAA. Windows color (decimal): -4151424 or 8431552. OLE color: 8431552.

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

Color convert

RGB 192 167 128 -
CMYK 0 0.13 0.33 0.25
HSL 36.56º 0.34% 0.63% -
HSV(B) 36.56º 0.33% 0.75% -
XYZ 39.45 40.4 26.14 -
YUV 170.03 104.28 143.67 -
System Red Green Blue C M Y K H S L
Decimal 192 167 128 0 0.13 0.33 0.25 36.56 0.34 0.63
Hex C0 A7 80 0 D 21 19 25 22 3F
Octal 300 247 200 0 15 41 31 45 42 77
Binary 11000000 10100111 10000000 0 1101 100001 11001 100101 100010 111111

Color Harmonies of #C0A780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A780

Black with #C0A780

Text Example


Text Example

White with #C0A780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A780; }

 p { color: rgb(192,167,128); }

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

background-color css

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

 a { background-color: rgb(192,167,128); }

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

border-color css

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

 span { border-color: rgb(192,167,128); }

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