Html Css Color HEX #CA7585 Charm

📋 copy color: '#CA7585'

red 202 ◦ green 117 ◦ blue 133

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

Shades of Charm #CA7585

Tints of Charm #CA7585

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.88%

 BLUE value IS 133 (52.34% from 255) = 29.42%

R = 44.69%
G = 25.88%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#CA7585 (or 0xCA7585) is known color: Charm. HEX triplet: CA, 75 and 85. RGB value is (202,117,133). Sum of RGB (Red+Green+Blue) = 202+117+133=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7585 is #358A7A. Grayscale: #909090. Windows color (decimal): -3508859 or 8746442. OLE color: 8746442.

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

Color convert

RGB 202 117 133 -
CMYK 0 0.42 0.34 0.21
HSL 348.71º 0.45% 0.63% -
HSV(B) 348.71º 0.42% 0.79% -
XYZ 34.95 26.97 25.55 -
YUV 144.24 121.66 169.2 -
System Red Green Blue C M Y K H S L
Decimal 202 117 133 0 0.42 0.34 0.21 348.71 0.45 0.63
Hex CA 75 85 0 2A 22 15 15D 2D 3F
Octal 312 165 205 0 52 42 25 535 55 77
Binary 11001010 1110101 10000101 0 101010 100010 10101 101011101 101101 111111

Color Harmonies of #CA7585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7585

Black with #CA7585

Text Example


Text Example

White with #CA7585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7585; }

 p { color: rgb(202,117,133); }

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

background-color css

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

 a { background-color: rgb(202,117,133); }

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

border-color css

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

 span { border-color: rgb(202,117,133); }

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