Html Css Color HEX #C0AD8F Pavlova

📋 copy color: '#C0AD8F'

red 192 ◦ green 173 ◦ blue 143

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

Shades of Pavlova #C0AD8F

Tints of Pavlova #C0AD8F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.06%

 BLUE value IS 143 (56.25% from 255) = 28.15%

R = 37.8%
G = 34.06%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C0AD8F (or 0xC0AD8F) is known color: Pavlova. HEX triplet: C0, AD and 8F. RGB value is (192,173,143). Sum of RGB (Red+Green+Blue) = 192+173+143=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 143 (56.25% from 255 or 28.15% from 508); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AD8F is #3F5270. Grayscale: #AFAFAF. Windows color (decimal): -4149873 or 9416128. OLE color: 9416128.

HSL color Cylindrical-coordinate representation of color #C0AD8F: hue angle of 36.73º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0AD8F is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 173 143 -
CMYK 0 0.10 0.26 0.25
HSL 36.73º 0.28% 0.66% -
HSV(B) 36.73º 0.26% 0.75% -
XYZ 41.64 43.08 32.11 -
YUV 175.26 109.79 139.94 -
System Red Green Blue C M Y K H S L
Decimal 192 173 143 0 0.10 0.26 0.25 36.73 0.28 0.66
Hex C0 AD 8F 0 A 1A 19 25 1C 42
Octal 300 255 217 0 12 32 31 45 34 102
Binary 11000000 10101101 10001111 0 1010 11010 11001 100101 11100 1000010

Color Harmonies of #C0AD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AD8F

Black with #C0AD8F

Text Example


Text Example

White with #C0AD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AD8F; }

 p { color: rgb(192,173,143); }

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

background-color css

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

 a { background-color: rgb(192,173,143); }

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

border-color css

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

 span { border-color: rgb(192,173,143); }

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