Html Css Color HEX #C3AD86 Pavlova

📋 copy color: '#C3AD86'

red 195 ◦ green 173 ◦ blue 134

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

Shades of Pavlova #C3AD86

Tints of Pavlova #C3AD86

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.46%

 BLUE value IS 134 (52.73% from 255) = 26.69%

R = 38.84%
G = 34.46%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C3AD86 (or 0xC3AD86) is known color: Pavlova. HEX triplet: C3, AD and 86. RGB value is (195,173,134). Sum of RGB (Red+Green+Blue) = 195+173+134=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AD86 is #3C5279. Grayscale: #AFAFAF. Windows color (decimal): -3953274 or 8826307. OLE color: 8826307.

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

Color convert

RGB 195 173 134 -
CMYK 0 0.11 0.31 0.24
HSL 38.36º 0.34% 0.65% -
HSV(B) 38.36º 0.31% 0.76% -
XYZ 41.75 43.21 28.69 -
YUV 175.13 104.79 142.17 -
System Red Green Blue C M Y K H S L
Decimal 195 173 134 0 0.11 0.31 0.24 38.36 0.34 0.65
Hex C3 AD 86 0 B 1F 18 26 22 41
Octal 303 255 206 0 13 37 30 46 42 101
Binary 11000011 10101101 10000110 0 1011 11111 11000 100110 100010 1000001

Color Harmonies of #C3AD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AD86

Black with #C3AD86

Text Example


Text Example

White with #C3AD86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AD86; }

 p { color: rgb(195,173,134); }

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

background-color css

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

 a { background-color: rgb(195,173,134); }

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

border-color css

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

 span { border-color: rgb(195,173,134); }

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