Html Css Color HEX #C0AE85 Pavlova

📋 copy color: '#C0AE85'

red 192 ◦ green 174 ◦ blue 133

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

Shades of Pavlova #C0AE85

Tints of Pavlova #C0AE85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.65%

R = 38.48%
G = 34.87%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C0AE85 (or 0xC0AE85) is known color: Pavlova. HEX triplet: C0, AE and 85. RGB value is (192,174,133). Sum of RGB (Red+Green+Blue) = 192+174+133=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AE85 is #3F517A. Grayscale: #AEAEAE. Windows color (decimal): -4149627 or 8761024. OLE color: 8761024.

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

Color convert

RGB 192 174 133 -
CMYK 0 0.09 0.31 0.25
HSL 41.69º 0.32% 0.64% -
HSV(B) 41.69º 0.31% 0.75% -
XYZ 41.11 43.17 28.36 -
YUV 174.71 104.46 140.33 -
System Red Green Blue C M Y K H S L
Decimal 192 174 133 0 0.09 0.31 0.25 41.69 0.32 0.64
Hex C0 AE 85 0 9 1F 19 2A 20 40
Octal 300 256 205 0 11 37 31 52 40 100
Binary 11000000 10101110 10000101 0 1001 11111 11001 101010 100000 1000000

Color Harmonies of #C0AE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AE85

Black with #C0AE85

Text Example


Text Example

White with #C0AE85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AE85; }

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

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

background-color css

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

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

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

border-color css

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

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

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