Html Css Color HEX #CA7C92 Charm

📋 copy color: '#CA7C92'

red 202 ◦ green 124 ◦ blue 146

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

Shades of Charm #CA7C92

Tints of Charm #CA7C92

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.27%

 BLUE value IS 146 (57.42% from 255) = 30.93%

R = 42.8%
G = 26.27%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#CA7C92 (or 0xCA7C92) is known color: Charm. HEX triplet: CA, 7C and 92. RGB value is (202,124,146). Sum of RGB (Red+Green+Blue) = 202+124+146=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 124 (48.83% from 255 or 26.27% from 472); Blue value is 146 (57.42% from 255 or 30.93% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7C92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7C92 is #35836D. Grayscale: #959595. Windows color (decimal): -3507054 or 9600202. OLE color: 9600202.

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

Color convert

RGB 202 124 146 -
CMYK 0 0.39 0.28 0.21
HSL 343.08º 0.42% 0.64% -
HSV(B) 343.08º 0.39% 0.79% -
XYZ 36.75 29.05 30.86 -
YUV 149.83 125.84 165.21 -
System Red Green Blue C M Y K H S L
Decimal 202 124 146 0 0.39 0.28 0.21 343.08 0.42 0.64
Hex CA 7C 92 0 27 1C 15 157 2A 40
Octal 312 174 222 0 47 34 25 527 52 100
Binary 11001010 1111100 10010010 0 100111 11100 10101 101010111 101010 1000000

Color Harmonies of #CA7C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7C92

Black with #CA7C92

Text Example


Text Example

White with #CA7C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7C92; }

 p { color: rgb(202,124,146); }

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

background-color css

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

 a { background-color: rgb(202,124,146); }

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

border-color css

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

 span { border-color: rgb(202,124,146); }

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