Html Css Color HEX #C2A97E Pavlova

📋 copy color: '#C2A97E'

red 194 ◦ green 169 ◦ blue 126

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

Shades of Pavlova #C2A97E

Tints of Pavlova #C2A97E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.56%

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

R = 39.67%
G = 34.56%
B = 25.77%

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

#C2A97E (or 0xC2A97E) is known color: Pavlova. HEX triplet: C2, A9 and 7E. RGB value is (194,169,126). Sum of RGB (Red+Green+Blue) = 194+169+126=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 169 (66.41% from 255 or 34.56% from 489); Blue value is 126 (49.61% from 255 or 25.77% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A97E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A97E is #3D5681. Grayscale: #ABABAB. Windows color (decimal): -4019842 or 8300994. OLE color: 8300994.

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

Color convert

RGB 194 169 126 -
CMYK 0 0.13 0.35 0.24
HSL 37.94º 0.36% 0.63% -
HSV(B) 37.94º 0.35% 0.76% -
XYZ 40.2 41.35 25.6 -
YUV 171.57 102.28 144 -
System Red Green Blue C M Y K H S L
Decimal 194 169 126 0 0.13 0.35 0.24 37.94 0.36 0.63
Hex C2 A9 7E 0 D 23 18 26 24 3F
Octal 302 251 176 0 15 43 30 46 44 77
Binary 11000010 10101001 1111110 0 1101 100011 11000 100110 100100 111111

Color Harmonies of #C2A97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A97E

Black with #C2A97E

Text Example


Text Example

White with #C2A97E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A97E; }

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

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

background-color css

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

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

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

border-color css

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

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

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