Html Css Color HEX #C0AB83 Pavlova

📋 copy color: '#C0AB83'

red 192 ◦ green 171 ◦ blue 131

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

Shades of Pavlova #C0AB83

Tints of Pavlova #C0AB83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.52%

R = 38.87%
G = 34.62%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C0AB83 (or 0xC0AB83) is known color: Pavlova. HEX triplet: C0, AB and 83. RGB value is (192,171,131). Sum of RGB (Red+Green+Blue) = 192+171+131=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 131 (51.56% from 255 or 26.52% from 494); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AB83 is #3F547C. Grayscale: #ACACAC. Windows color (decimal): -4150397 or 8629184. OLE color: 8629184.

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

Color convert

RGB 192 171 131 -
CMYK 0 0.11 0.32 0.25
HSL 39.34º 0.33% 0.63% -
HSV(B) 39.34º 0.32% 0.75% -
XYZ 40.4 41.97 27.44 -
YUV 172.72 104.46 141.75 -
System Red Green Blue C M Y K H S L
Decimal 192 171 131 0 0.11 0.32 0.25 39.34 0.33 0.63
Hex C0 AB 83 0 B 20 19 27 21 3F
Octal 300 253 203 0 13 40 31 47 41 77
Binary 11000000 10101011 10000011 0 1011 100000 11001 100111 100001 111111

Color Harmonies of #C0AB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AB83

Black with #C0AB83

Text Example


Text Example

White with #C0AB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AB83; }

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

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

background-color css

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

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

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

border-color css

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

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

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