Html Css Color HEX #C0AB8C Pavlova

📋 copy color: '#C0AB8C'

red 192 ◦ green 171 ◦ blue 140

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

Shades of Pavlova #C0AB8C

Tints of Pavlova #C0AB8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.83%

R = 38.17%
G = 34%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0AB8C (or 0xC0AB8C) is known color: Pavlova. HEX triplet: C0, AB and 8C. RGB value is (192,171,140). Sum of RGB (Red+Green+Blue) = 192+171+140=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AB8C is #3F5473. Grayscale: #ADADAD. Windows color (decimal): -4150388 or 9219008. OLE color: 9219008.

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

Color convert

RGB 192 171 140 -
CMYK 0 0.11 0.27 0.25
HSL 35.77º 0.29% 0.65% -
HSV(B) 35.77º 0.27% 0.75% -
XYZ 41.03 42.23 30.8 -
YUV 173.75 108.96 141.02 -
System Red Green Blue C M Y K H S L
Decimal 192 171 140 0 0.11 0.27 0.25 35.77 0.29 0.65
Hex C0 AB 8C 0 B 1B 19 24 1D 41
Octal 300 253 214 0 13 33 31 44 35 101
Binary 11000000 10101011 10001100 0 1011 11011 11001 100100 11101 1000001

Color Harmonies of #C0AB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AB8C

Black with #C0AB8C

Text Example


Text Example

White with #C0AB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AB8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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