Html Css Color HEX #C2AD8C Pavlova

📋 copy color: '#C2AD8C'

red 194 ◦ green 173 ◦ blue 140

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

Shades of Pavlova #C2AD8C

Tints of Pavlova #C2AD8C

RGB

 RED value IS 194 (76.17% from 255) = 38.26%

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

 BLUE value IS 140 (55.08% from 255) = 27.61%

R = 38.26%
G = 34.12%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2AD8C (or 0xC2AD8C) is known color: Pavlova. HEX triplet: C2, AD and 8C. RGB value is (194,173,140). Sum of RGB (Red+Green+Blue) = 194+173+140=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AD8C is #3D5273. Grayscale: #AFAFAF. Windows color (decimal): -4018804 or 9219522. OLE color: 9219522.

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

Color convert

RGB 194 173 140 -
CMYK 0 0.11 0.28 0.24
HSL 36.67º 0.31% 0.65% -
HSV(B) 36.67º 0.28% 0.76% -
XYZ 41.93 43.25 30.95 -
YUV 175.52 107.96 141.18 -
System Red Green Blue C M Y K H S L
Decimal 194 173 140 0 0.11 0.28 0.24 36.67 0.31 0.65
Hex C2 AD 8C 0 B 1C 18 25 1F 41
Octal 302 255 214 0 13 34 30 45 37 101
Binary 11000010 10101101 10001100 0 1011 11100 11000 100101 11111 1000001

Color Harmonies of #C2AD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AD8C

Black with #C2AD8C

Text Example


Text Example

White with #C2AD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AD8C; }

 p { color: rgb(194,173,140); }

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

background-color css

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

 a { background-color: rgb(194,173,140); }

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

border-color css

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

 span { border-color: rgb(194,173,140); }

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