Html Css Color HEX #C0AB82 Pavlova

📋 copy color: '#C0AB82'

red 192 ◦ green 171 ◦ blue 130

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

Shades of Pavlova #C0AB82

Tints of Pavlova #C0AB82

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.69%

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

R = 38.95%
G = 34.69%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C0AB82 (or 0xC0AB82) is known color: Pavlova. HEX triplet: C0, AB and 82. RGB value is (192,171,130). Sum of RGB (Red+Green+Blue) = 192+171+130=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AB82 is #3F547D. Grayscale: #ACACAC. Windows color (decimal): -4150398 or 8563648. OLE color: 8563648.

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

Color convert

RGB 192 171 130 -
CMYK 0 0.11 0.32 0.25
HSL 39.68º 0.33% 0.63% -
HSV(B) 39.68º 0.32% 0.75% -
XYZ 40.33 41.94 27.09 -
YUV 172.61 103.96 141.83 -
System Red Green Blue C M Y K H S L
Decimal 192 171 130 0 0.11 0.32 0.25 39.68 0.33 0.63
Hex C0 AB 82 0 B 20 19 28 21 3F
Octal 300 253 202 0 13 40 31 50 41 77
Binary 11000000 10101011 10000010 0 1011 100000 11001 101000 100001 111111

Color Harmonies of #C0AB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AB82

Black with #C0AB82

Text Example


Text Example

White with #C0AB82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AB82; }

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

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

background-color css

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

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

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

border-color css

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

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

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