Html Css Color HEX #C2AE8D Pavlova

📋 copy color: '#C2AE8D'

red 194 ◦ green 174 ◦ blue 141

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

Shades of Pavlova #C2AE8D

Tints of Pavlova #C2AE8D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.18%

 BLUE value IS 141 (55.47% from 255) = 27.7%

R = 38.11%
G = 34.18%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2AE8D (or 0xC2AE8D) is known color: Pavlova. HEX triplet: C2, AE and 8D. RGB value is (194,174,141). Sum of RGB (Red+Green+Blue) = 194+174+141=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 174 (68.36% from 255 or 34.18% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AE8D is #3D5172. Grayscale: #B0B0B0. Windows color (decimal): -4018547 or 9285314. OLE color: 9285314.

HSL color Cylindrical-coordinate representation of color #C2AE8D: hue angle of 37.36º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2AE8D is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 174 141 -
CMYK 0 0.10 0.27 0.24
HSL 37.36º 0.3% 0.66% -
HSV(B) 37.36º 0.27% 0.76% -
XYZ 42.19 43.66 31.4 -
YUV 176.22 108.13 140.68 -
System Red Green Blue C M Y K H S L
Decimal 194 174 141 0 0.10 0.27 0.24 37.36 0.3 0.66
Hex C2 AE 8D 0 A 1B 18 25 1E 42
Octal 302 256 215 0 12 33 30 45 36 102
Binary 11000010 10101110 10001101 0 1010 11011 11000 100101 11110 1000010

Color Harmonies of #C2AE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AE8D

Black with #C2AE8D

Text Example


Text Example

White with #C2AE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AE8D; }

 p { color: rgb(194,174,141); }

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

background-color css

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

 a { background-color: rgb(194,174,141); }

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

border-color css

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

 span { border-color: rgb(194,174,141); }

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