Html Css Color HEX #CA7F96 Puce

📋 copy color: '#CA7F96'

red 202 ◦ green 127 ◦ blue 150

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

Shades of Puce #CA7F96

Tints of Puce #CA7F96

RGB

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

 GREEN value IS 127 (50% from 255) = 26.51%

 BLUE value IS 150 (58.98% from 255) = 31.32%

R = 42.17%
G = 26.51%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#CA7F96 (or 0xCA7F96) is known color: Puce. HEX triplet: CA, 7F and 96. RGB value is (202,127,150). Sum of RGB (Red+Green+Blue) = 202+127+150=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 150 (58.98% from 255 or 31.32% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7F96 is #358069. Grayscale: #989898. Windows color (decimal): -3506282 or 9863114. OLE color: 9863114.

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

Color convert

RGB 202 127 150 -
CMYK 0 0.37 0.26 0.21
HSL 341.6º 0.41% 0.65% -
HSV(B) 341.6º 0.37% 0.79% -
XYZ 37.45 29.94 32.66 -
YUV 152.05 126.85 163.63 -
System Red Green Blue C M Y K H S L
Decimal 202 127 150 0 0.37 0.26 0.21 341.6 0.41 0.65
Hex CA 7F 96 0 25 1A 15 156 29 41
Octal 312 177 226 0 45 32 25 526 51 101
Binary 11001010 1111111 10010110 0 100101 11010 10101 101010110 101001 1000001

Color Harmonies of #CA7F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7F96

Black with #CA7F96

Text Example


Text Example

White with #CA7F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7F96; }

 p { color: rgb(202,127,150); }

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

background-color css

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

 a { background-color: rgb(202,127,150); }

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

border-color css

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

 span { border-color: rgb(202,127,150); }

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