Html Css Color HEX #C1A97E Pavlova

📋 copy color: '#C1A97E'

red 193 ◦ green 169 ◦ blue 126

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

Shades of Pavlova #C1A97E

Tints of Pavlova #C1A97E

RGB

 RED value IS 193 (75.78% from 255) = 39.55%

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

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

R = 39.55%
G = 34.63%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1A97E (or 0xC1A97E) is known color: Pavlova. HEX triplet: C1, A9 and 7E. RGB value is (193,169,126). Sum of RGB (Red+Green+Blue) = 193+169+126=488 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.55% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 126 (49.61% from 255 or 25.82% from 488); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A97E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A97E is #3E5681. Grayscale: #ABABAB. Windows color (decimal): -4085378 or 8300993. OLE color: 8300993.

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

Color convert

RGB 193 169 126 -
CMYK 0 0.12 0.35 0.24
HSL 38.51º 0.35% 0.63% -
HSV(B) 38.51º 0.35% 0.76% -
XYZ 39.95 41.22 25.59 -
YUV 171.27 102.45 143.5 -
System Red Green Blue C M Y K H S L
Decimal 193 169 126 0 0.12 0.35 0.24 38.51 0.35 0.63
Hex C1 A9 7E 0 C 23 18 27 23 3F
Octal 301 251 176 0 14 43 30 47 43 77
Binary 11000001 10101001 1111110 0 1100 100011 11000 100111 100011 111111

Color Harmonies of #C1A97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A97E

Black with #C1A97E

Text Example


Text Example

White with #C1A97E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A97E; }

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

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

background-color css

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

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

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

border-color css

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

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

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