Html Css Color HEX #CA7578 Charm

📋 copy color: '#CA7578'

red 202 ◦ green 117 ◦ blue 120

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

Shades of Charm #CA7578

Tints of Charm #CA7578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.33%

R = 46.01%
G = 26.65%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CA7578 (or 0xCA7578) is known color: Charm. HEX triplet: CA, 75 and 78. RGB value is (202,117,120). Sum of RGB (Red+Green+Blue) = 202+117+120=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 120 (47.27% from 255 or 27.33% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7578 is #358A87. Grayscale: #8E8E8E. Windows color (decimal): -3508872 or 7894474. OLE color: 7894474.

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

Color convert

RGB 202 117 120 -
CMYK 0 0.42 0.41 0.21
HSL 357.88º 0.45% 0.63% -
HSV(B) 357.88º 0.42% 0.79% -
XYZ 34.11 26.64 21.11 -
YUV 142.76 115.16 170.26 -
System Red Green Blue C M Y K H S L
Decimal 202 117 120 0 0.42 0.41 0.21 357.88 0.45 0.63
Hex CA 75 78 0 2A 29 15 166 2D 3F
Octal 312 165 170 0 52 51 25 546 55 77
Binary 11001010 1110101 1111000 0 101010 101001 10101 101100110 101101 111111

Color Harmonies of #CA7578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7578

Black with #CA7578

Text Example


Text Example

White with #CA7578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7578; }

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

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

background-color css

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

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

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

border-color css

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

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

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