Html Css Color HEX #CA7583 Charm

📋 copy color: '#CA7583'

red 202 ◦ green 117 ◦ blue 131

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

Shades of Charm #CA7583

Tints of Charm #CA7583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.11%

R = 44.89%
G = 26%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#CA7583 (or 0xCA7583) is known color: Charm. HEX triplet: CA, 75 and 83. RGB value is (202,117,131). Sum of RGB (Red+Green+Blue) = 202+117+131=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 131 (51.56% from 255 or 29.11% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7583 is #358A7C. Grayscale: #909090. Windows color (decimal): -3508861 or 8615370. OLE color: 8615370.

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

Color convert

RGB 202 117 131 -
CMYK 0 0.42 0.35 0.21
HSL 350.12º 0.45% 0.63% -
HSV(B) 350.12º 0.42% 0.79% -
XYZ 34.82 26.92 24.83 -
YUV 144.01 120.66 169.36 -
System Red Green Blue C M Y K H S L
Decimal 202 117 131 0 0.42 0.35 0.21 350.12 0.45 0.63
Hex CA 75 83 0 2A 23 15 15E 2D 3F
Octal 312 165 203 0 52 43 25 536 55 77
Binary 11001010 1110101 10000011 0 101010 100011 10101 101011110 101101 111111

Color Harmonies of #CA7583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7583

Black with #CA7583

Text Example


Text Example

White with #CA7583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7583; }

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

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

background-color css

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

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

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

border-color css

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

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

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