Html Css Color HEX #C3AD8A Pavlova

📋 copy color: '#C3AD8A'

red 195 ◦ green 173 ◦ blue 138

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

Shades of Pavlova #C3AD8A

Tints of Pavlova #C3AD8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.27%

R = 38.54%
G = 34.19%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C3AD8A (or 0xC3AD8A) is known color: Pavlova. HEX triplet: C3, AD and 8A. RGB value is (195,173,138). Sum of RGB (Red+Green+Blue) = 195+173+138=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AD8A is #3C5275. Grayscale: #AFAFAF. Windows color (decimal): -3953270 or 9088451. OLE color: 9088451.

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

Color convert

RGB 195 173 138 -
CMYK 0 0.11 0.29 0.24
HSL 36.84º 0.32% 0.65% -
HSV(B) 36.84º 0.29% 0.76% -
XYZ 42.04 43.32 30.19 -
YUV 175.59 106.79 141.85 -
System Red Green Blue C M Y K H S L
Decimal 195 173 138 0 0.11 0.29 0.24 36.84 0.32 0.65
Hex C3 AD 8A 0 B 1D 18 25 20 41
Octal 303 255 212 0 13 35 30 45 40 101
Binary 11000011 10101101 10001010 0 1011 11101 11000 100101 100000 1000001

Color Harmonies of #C3AD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AD8A

Black with #C3AD8A

Text Example


Text Example

White with #C3AD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AD8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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