Html Css Color HEX #C2A87E Pavlova

📋 copy color: '#C2A87E'

red 194 ◦ green 168 ◦ blue 126

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

Shades of Pavlova #C2A87E

Tints of Pavlova #C2A87E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.82%

R = 39.75%
G = 34.43%
B = 25.82%

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

#C2A87E (or 0xC2A87E) is known color: Pavlova. HEX triplet: C2, A8 and 7E. RGB value is (194,168,126). Sum of RGB (Red+Green+Blue) = 194+168+126=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 126 (49.61% from 255 or 25.82% from 488); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A87E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A87E is #3D5781. Grayscale: #ABABAB. Windows color (decimal): -4020098 or 8300738. OLE color: 8300738.

HSL color Cylindrical-coordinate representation of color #C2A87E: hue angle of 37.06º degrees, saturation: 0.36, 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 #C2A87E is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 168 126 -
CMYK 0 0.13 0.35 0.24
HSL 37.06º 0.36% 0.63% -
HSV(B) 37.06º 0.35% 0.76% -
XYZ 40.02 40.98 25.54 -
YUV 170.99 102.61 144.42 -
System Red Green Blue C M Y K H S L
Decimal 194 168 126 0 0.13 0.35 0.24 37.06 0.36 0.63
Hex C2 A8 7E 0 D 23 18 25 24 3F
Octal 302 250 176 0 15 43 30 45 44 77
Binary 11000010 10101000 1111110 0 1101 100011 11000 100101 100100 111111

Color Harmonies of #C2A87E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A87E

Black with #C2A87E

Text Example


Text Example

White with #C2A87E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A87E; }

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

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

background-color css

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

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

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

border-color css

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

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

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