Html Css Color HEX #CA7E95 Puce

📋 copy color: '#CA7E95'

red 202 ◦ green 126 ◦ blue 149

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

Shades of Puce #CA7E95

Tints of Puce #CA7E95

RGB

 RED value IS 202 (79.3% from 255) = 42.35%

 GREEN value IS 126 (49.61% from 255) = 26.42%

 BLUE value IS 149 (58.59% from 255) = 31.24%

R = 42.35%
G = 26.42%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#CA7E95 (or 0xCA7E95) is known color: Puce. HEX triplet: CA, 7E and 95. RGB value is (202,126,149). Sum of RGB (Red+Green+Blue) = 202+126+149=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 149 (58.59% from 255 or 31.24% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7E95 is #35816A. Grayscale: #979797. Windows color (decimal): -3506539 or 9797322. OLE color: 9797322.

HSL color Cylindrical-coordinate representation of color #CA7E95: hue angle of 341.84º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA7E95 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 126 149 -
CMYK 0 0.38 0.26 0.21
HSL 341.84º 0.42% 0.64% -
HSV(B) 341.84º 0.38% 0.79% -
XYZ 37.24 29.65 32.19 -
YUV 151.35 126.68 164.13 -
System Red Green Blue C M Y K H S L
Decimal 202 126 149 0 0.38 0.26 0.21 341.84 0.42 0.64
Hex CA 7E 95 0 26 1A 15 156 2A 40
Octal 312 176 225 0 46 32 25 526 52 100
Binary 11001010 1111110 10010101 0 100110 11010 10101 101010110 101010 1000000

Color Harmonies of #CA7E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7E95

Black with #CA7E95

Text Example


Text Example

White with #CA7E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7E95; }

 p { color: rgb(202,126,149); }

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

background-color css

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

 a { background-color: rgb(202,126,149); }

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

border-color css

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

 span { border-color: rgb(202,126,149); }

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