Html Css Color HEX #C3A981 Pavlova

📋 copy color: '#C3A981'

red 195 ◦ green 169 ◦ blue 129

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

Shades of Pavlova #C3A981

Tints of Pavlova #C3A981

RGB

 RED value IS 195 (76.56% from 255) = 39.55%

 GREEN value IS 169 (66.41% from 255) = 34.28%

 BLUE value IS 129 (50.78% from 255) = 26.17%

R = 39.55%
G = 34.28%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C3A981 (or 0xC3A981) is known color: Pavlova. HEX triplet: C3, A9 and 81. RGB value is (195,169,129). Sum of RGB (Red+Green+Blue) = 195+169+129=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 169 (66.41% from 255 or 34.28% from 493); Blue value is 129 (50.78% from 255 or 26.17% from 493); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A981 is #3C567E. Grayscale: #ACACAC. Windows color (decimal): -3954303 or 8497603. OLE color: 8497603.

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

Color convert

RGB 195 169 129 -
CMYK 0 0.13 0.34 0.24
HSL 36.36º 0.35% 0.64% -
HSV(B) 36.36º 0.34% 0.76% -
XYZ 40.66 41.56 26.65 -
YUV 172.21 103.61 144.25 -
System Red Green Blue C M Y K H S L
Decimal 195 169 129 0 0.13 0.34 0.24 36.36 0.35 0.64
Hex C3 A9 81 0 D 22 18 24 23 40
Octal 303 251 201 0 15 42 30 44 43 100
Binary 11000011 10101001 10000001 0 1101 100010 11000 100100 100011 1000000

Color Harmonies of #C3A981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A981

Black with #C3A981

Text Example


Text Example

White with #C3A981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A981; }

 p { color: rgb(195,169,129); }

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

background-color css

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

 a { background-color: rgb(195,169,129); }

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

border-color css

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

 span { border-color: rgb(195,169,129); }

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