Html Css Color HEX #CA7E94 Puce

📋 copy color: '#CA7E94'

red 202 ◦ green 126 ◦ blue 148

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

Shades of Puce #CA7E94

Tints of Puce #CA7E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.09%

R = 42.44%
G = 26.47%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#CA7E94 (or 0xCA7E94) is known color: Puce. HEX triplet: CA, 7E and 94. RGB value is (202,126,148). Sum of RGB (Red+Green+Blue) = 202+126+148=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 126 (49.61% from 255 or 26.47% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7E94 is #35816B. Grayscale: #979797. Windows color (decimal): -3506540 or 9731786. OLE color: 9731786.

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

Color convert

RGB 202 126 148 -
CMYK 0 0.38 0.27 0.21
HSL 342.63º 0.42% 0.64% -
HSV(B) 342.63º 0.38% 0.79% -
XYZ 37.16 29.62 31.77 -
YUV 151.23 126.18 164.21 -
System Red Green Blue C M Y K H S L
Decimal 202 126 148 0 0.38 0.27 0.21 342.63 0.42 0.64
Hex CA 7E 94 0 26 1B 15 157 2A 40
Octal 312 176 224 0 46 33 25 527 52 100
Binary 11001010 1111110 10010100 0 100110 11011 10101 101010111 101010 1000000

Color Harmonies of #CA7E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7E94

Black with #CA7E94

Text Example


Text Example

White with #CA7E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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