Html Css Color HEX #C2AC8D Pavlova

📋 copy color: '#C2AC8D'

red 194 ◦ green 172 ◦ blue 141

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

Shades of Pavlova #C2AC8D

Tints of Pavlova #C2AC8D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.93%

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

R = 38.26%
G = 33.93%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2AC8D (or 0xC2AC8D) is known color: Pavlova. HEX triplet: C2, AC and 8D. RGB value is (194,172,141). Sum of RGB (Red+Green+Blue) = 194+172+141=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AC8D is #3D5372. Grayscale: #AFAFAF. Windows color (decimal): -4019059 or 9284802. OLE color: 9284802.

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

Color convert

RGB 194 172 141 -
CMYK 0 0.11 0.27 0.24
HSL 35.09º 0.3% 0.66% -
HSV(B) 35.09º 0.27% 0.76% -
XYZ 41.81 42.9 31.28 -
YUV 175.04 108.79 141.52 -
System Red Green Blue C M Y K H S L
Decimal 194 172 141 0 0.11 0.27 0.24 35.09 0.3 0.66
Hex C2 AC 8D 0 B 1B 18 23 1E 42
Octal 302 254 215 0 13 33 30 43 36 102
Binary 11000010 10101100 10001101 0 1011 11011 11000 100011 11110 1000010

Color Harmonies of #C2AC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AC8D

Black with #C2AC8D

Text Example


Text Example

White with #C2AC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AC8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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