Html Css Color HEX #C0AB8D Pavlova

📋 copy color: '#C0AB8D'

red 192 ◦ green 171 ◦ blue 141

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

Shades of Pavlova #C0AB8D

Tints of Pavlova #C0AB8D

RGB

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

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

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

R = 38.1%
G = 33.93%
B = 27.98%

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

#C0AB8D (or 0xC0AB8D) is known color: Pavlova. HEX triplet: C0, AB and 8D. RGB value is (192,171,141). Sum of RGB (Red+Green+Blue) = 192+171+141=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AB8D is #3F5472. Grayscale: #AEAEAE. Windows color (decimal): -4150387 or 9284544. OLE color: 9284544.

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

Color convert

RGB 192 171 141 -
CMYK 0 0.11 0.27 0.25
HSL 35.29º 0.29% 0.65% -
HSV(B) 35.29º 0.27% 0.75% -
XYZ 41.11 42.26 31.19 -
YUV 173.86 109.46 140.94 -
System Red Green Blue C M Y K H S L
Decimal 192 171 141 0 0.11 0.27 0.25 35.29 0.29 0.65
Hex C0 AB 8D 0 B 1B 19 23 1D 41
Octal 300 253 215 0 13 33 31 43 35 101
Binary 11000000 10101011 10001101 0 1011 11011 11001 100011 11101 1000001

Color Harmonies of #C0AB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AB8D

Black with #C0AB8D

Text Example


Text Example

White with #C0AB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AB8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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