Html Css Color HEX #C0AB8B Pavlova

📋 copy color: '#C0AB8B'

red 192 ◦ green 171 ◦ blue 139

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

Shades of Pavlova #C0AB8B

Tints of Pavlova #C0AB8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.69%

R = 38.25%
G = 34.06%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0AB8B (or 0xC0AB8B) is known color: Pavlova. HEX triplet: C0, AB and 8B. RGB value is (192,171,139). Sum of RGB (Red+Green+Blue) = 192+171+139=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 139 (54.69% from 255 or 27.69% from 502); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AB8B is #3F5474. Grayscale: #ADADAD. Windows color (decimal): -4150389 or 9153472. OLE color: 9153472.

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

Color convert

RGB 192 171 139 -
CMYK 0 0.11 0.28 0.25
HSL 36.23º 0.3% 0.65% -
HSV(B) 36.23º 0.28% 0.75% -
XYZ 40.96 42.2 30.41 -
YUV 173.63 108.46 141.1 -
System Red Green Blue C M Y K H S L
Decimal 192 171 139 0 0.11 0.28 0.25 36.23 0.3 0.65
Hex C0 AB 8B 0 B 1C 19 24 1E 41
Octal 300 253 213 0 13 34 31 44 36 101
Binary 11000000 10101011 10001011 0 1011 11100 11001 100100 11110 1000001

Color Harmonies of #C0AB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AB8B

Black with #C0AB8B

Text Example


Text Example

White with #C0AB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AB8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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