Html Css Color HEX #C0AE86 Pavlova

📋 copy color: '#C0AE86'

red 192 ◦ green 174 ◦ blue 134

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

Shades of Pavlova #C0AE86

Tints of Pavlova #C0AE86

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.8%

 BLUE value IS 134 (52.73% from 255) = 26.8%

R = 38.4%
G = 34.8%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C0AE86 (or 0xC0AE86) is known color: Pavlova. HEX triplet: C0, AE and 86. RGB value is (192,174,134). Sum of RGB (Red+Green+Blue) = 192+174+134=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 134 (52.73% from 255 or 26.8% from 500); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AE86 is #3F5179. Grayscale: #AFAFAF. Windows color (decimal): -4149626 or 8826560. OLE color: 8826560.

HSL color Cylindrical-coordinate representation of color #C0AE86: hue angle of 41.38º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0AE86 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 174 134 -
CMYK 0 0.09 0.30 0.25
HSL 41.38º 0.32% 0.64% -
HSV(B) 41.38º 0.3% 0.75% -
XYZ 41.18 43.2 28.72 -
YUV 174.82 104.96 140.25 -
System Red Green Blue C M Y K H S L
Decimal 192 174 134 0 0.09 0.30 0.25 41.38 0.32 0.64
Hex C0 AE 86 0 9 1E 19 29 20 40
Octal 300 256 206 0 11 36 31 51 40 100
Binary 11000000 10101110 10000110 0 1001 11110 11001 101001 100000 1000000

Color Harmonies of #C0AE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AE86

Black with #C0AE86

Text Example


Text Example

White with #C0AE86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AE86; }

 p { color: rgb(192,174,134); }

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

background-color css

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

 a { background-color: rgb(192,174,134); }

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

border-color css

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

 span { border-color: rgb(192,174,134); }

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