Html Css Color HEX #CA7E9C Puce

📋 copy color: '#CA7E9C'

red 202 ◦ green 126 ◦ blue 156

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

Shades of Puce #CA7E9C

Tints of Puce #CA7E9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.23%

R = 41.74%
G = 26.03%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#CA7E9C (or 0xCA7E9C) is known color: Puce. HEX triplet: CA, 7E and 9C. RGB value is (202,126,156). Sum of RGB (Red+Green+Blue) = 202+126+156=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 126 (49.61% from 255 or 26.03% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7E9C is #358163. Grayscale: #989898. Windows color (decimal): -3506532 or 10256074. OLE color: 10256074.

HSL color Cylindrical-coordinate representation of color #CA7E9C: hue angle of 336.32º 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 #CA7E9C is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 126 156 -
CMYK 0 0.38 0.23 0.21
HSL 336.32º 0.42% 0.64% -
HSV(B) 336.32º 0.38% 0.79% -
XYZ 37.82 29.88 35.23 -
YUV 152.14 130.18 163.56 -
System Red Green Blue C M Y K H S L
Decimal 202 126 156 0 0.38 0.23 0.21 336.32 0.42 0.64
Hex CA 7E 9C 0 26 17 15 150 2A 40
Octal 312 176 234 0 46 27 25 520 52 100
Binary 11001010 1111110 10011100 0 100110 10111 10101 101010000 101010 1000000

Color Harmonies of #CA7E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7E9C

Black with #CA7E9C

Text Example


Text Example

White with #CA7E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7E9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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