Html Css Color HEX #C2A87F Pavlova

📋 copy color: '#C2A87F'

red 194 ◦ green 168 ◦ blue 127

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

Shades of Pavlova #C2A87F

Tints of Pavlova #C2A87F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.36%

 BLUE value IS 127 (50% from 255) = 25.97%

R = 39.67%
G = 34.36%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2A87F (or 0xC2A87F) is known color: Pavlova. HEX triplet: C2, A8 and 7F. RGB value is (194,168,127). Sum of RGB (Red+Green+Blue) = 194+168+127=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 127 (50% from 255 or 25.97% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A87F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A87F is #3D5780. Grayscale: #ABABAB. Windows color (decimal): -4020097 or 8366274. OLE color: 8366274.

HSL color Cylindrical-coordinate representation of color #C2A87F: hue angle of 36.72º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C2A87F is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 168 127 -
CMYK 0 0.13 0.35 0.24
HSL 36.72º 0.35% 0.63% -
HSV(B) 36.72º 0.35% 0.76% -
XYZ 40.08 41.01 25.88 -
YUV 171.1 103.11 144.33 -
System Red Green Blue C M Y K H S L
Decimal 194 168 127 0 0.13 0.35 0.24 36.72 0.35 0.63
Hex C2 A8 7F 0 D 23 18 25 23 3F
Octal 302 250 177 0 15 43 30 45 43 77
Binary 11000010 10101000 1111111 0 1101 100011 11000 100101 100011 111111

Color Harmonies of #C2A87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A87F

Black with #C2A87F

Text Example


Text Example

White with #C2A87F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A87F; }

 p { color: rgb(194,168,127); }

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

background-color css

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

 a { background-color: rgb(194,168,127); }

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

border-color css

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

 span { border-color: rgb(194,168,127); }

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