Html Css Color HEX #C0AE8D Pavlova

📋 copy color: '#C0AE8D'

red 192 ◦ green 174 ◦ blue 141

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

Shades of Pavlova #C0AE8D

Tints of Pavlova #C0AE8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.81%

R = 37.87%
G = 34.32%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0AE8D (or 0xC0AE8D) is known color: Pavlova. HEX triplet: C0, AE and 8D. RGB value is (192,174,141). Sum of RGB (Red+Green+Blue) = 192+174+141=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AE8D is #3F5172. Grayscale: #AFAFAF. Windows color (decimal): -4149619 or 9285312. OLE color: 9285312.

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

Color convert

RGB 192 174 141 -
CMYK 0 0.09 0.27 0.25
HSL 38.82º 0.29% 0.65% -
HSV(B) 38.82º 0.27% 0.75% -
XYZ 41.68 43.4 31.38 -
YUV 175.62 108.46 139.68 -
System Red Green Blue C M Y K H S L
Decimal 192 174 141 0 0.09 0.27 0.25 38.82 0.29 0.65
Hex C0 AE 8D 0 9 1B 19 27 1D 41
Octal 300 256 215 0 11 33 31 47 35 101
Binary 11000000 10101110 10001101 0 1001 11011 11001 100111 11101 1000001

Color Harmonies of #C0AE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AE8D

Black with #C0AE8D

Text Example


Text Example

White with #C0AE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AE8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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