Html Css Color HEX #CA7D9D Puce

📋 copy color: '#CA7D9D'

red 202 ◦ green 125 ◦ blue 157

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

Shades of Puce #CA7D9D

Tints of Puce #CA7D9D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.83%

 BLUE value IS 157 (61.72% from 255) = 32.44%

R = 41.74%
G = 25.83%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#CA7D9D (or 0xCA7D9D) is known color: Puce. HEX triplet: CA, 7D and 9D. RGB value is (202,125,157). Sum of RGB (Red+Green+Blue) = 202+125+157=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 157 (61.72% from 255 or 32.44% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7D9D is #358262. Grayscale: #979797. Windows color (decimal): -3506787 or 10321354. OLE color: 10321354.

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

Color convert

RGB 202 125 157 -
CMYK 0 0.38 0.22 0.21
HSL 335.06º 0.42% 0.64% -
HSV(B) 335.06º 0.38% 0.79% -
XYZ 37.78 29.66 35.63 -
YUV 151.67 131.01 163.9 -
System Red Green Blue C M Y K H S L
Decimal 202 125 157 0 0.38 0.22 0.21 335.06 0.42 0.64
Hex CA 7D 9D 0 26 16 15 14F 2A 40
Octal 312 175 235 0 46 26 25 517 52 100
Binary 11001010 1111101 10011101 0 100110 10110 10101 101001111 101010 1000000

Color Harmonies of #CA7D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7D9D

Black with #CA7D9D

Text Example


Text Example

White with #CA7D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7D9D; }

 p { color: rgb(202,125,157); }

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

background-color css

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

 a { background-color: rgb(202,125,157); }

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

border-color css

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

 span { border-color: rgb(202,125,157); }

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