Html Css Color HEX #C1A882 Pavlova

📋 copy color: '#C1A882'

red 193 ◦ green 168 ◦ blue 130

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

Shades of Pavlova #C1A882

Tints of Pavlova #C1A882

RGB

 RED value IS 193 (75.78% from 255) = 39.31%

 GREEN value IS 168 (66.02% from 255) = 34.22%

 BLUE value IS 130 (51.17% from 255) = 26.48%

R = 39.31%
G = 34.22%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C1A882 (or 0xC1A882) is known color: Pavlova. HEX triplet: C1, A8 and 82. RGB value is (193,168,130). Sum of RGB (Red+Green+Blue) = 193+168+130=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A882 is #3E577D. Grayscale: #ABABAB. Windows color (decimal): -4085630 or 8562881. OLE color: 8562881.

HSL color Cylindrical-coordinate representation of color #C1A882: hue angle of 36.19º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C1A882 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 168 130 -
CMYK 0 0.13 0.33 0.24
HSL 36.19º 0.34% 0.63% -
HSV(B) 36.19º 0.33% 0.76% -
XYZ 40.02 40.95 26.91 -
YUV 171.14 104.78 143.59 -
System Red Green Blue C M Y K H S L
Decimal 193 168 130 0 0.13 0.33 0.24 36.19 0.34 0.63
Hex C1 A8 82 0 D 21 18 24 22 3F
Octal 301 250 202 0 15 41 30 44 42 77
Binary 11000001 10101000 10000010 0 1101 100001 11000 100100 100010 111111

Color Harmonies of #C1A882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A882

Black with #C1A882

Text Example


Text Example

White with #C1A882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A882; }

 p { color: rgb(193,168,130); }

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

background-color css

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

 a { background-color: rgb(193,168,130); }

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

border-color css

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

 span { border-color: rgb(193,168,130); }

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