Html Css Color HEX #C2AF8D Pavlova

📋 copy color: '#C2AF8D'

red 194 ◦ green 175 ◦ blue 141

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

Shades of Pavlova #C2AF8D

Tints of Pavlova #C2AF8D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.31%

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

R = 38.04%
G = 34.31%
B = 27.65%

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

#C2AF8D (or 0xC2AF8D) is known color: Pavlova. HEX triplet: C2, AF and 8D. RGB value is (194,175,141). Sum of RGB (Red+Green+Blue) = 194+175+141=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AF8D is #3D5072. Grayscale: #B0B0B0. Windows color (decimal): -4018291 or 9285570. OLE color: 9285570.

HSL color Cylindrical-coordinate representation of color #C2AF8D: hue angle of 38.49º 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 #C2AF8D is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 175 141 -
CMYK 0 0.10 0.27 0.24
HSL 38.49º 0.3% 0.66% -
HSV(B) 38.49º 0.27% 0.76% -
XYZ 42.39 44.05 31.47 -
YUV 176.81 107.79 140.26 -
System Red Green Blue C M Y K H S L
Decimal 194 175 141 0 0.10 0.27 0.24 38.49 0.3 0.66
Hex C2 AF 8D 0 A 1B 18 26 1E 42
Octal 302 257 215 0 12 33 30 46 36 102
Binary 11000010 10101111 10001101 0 1010 11011 11000 100110 11110 1000010

Color Harmonies of #C2AF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AF8D

Black with #C2AF8D

Text Example


Text Example

White with #C2AF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AF8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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