Html Css Color HEX #CA4355 Mandy

📋 copy color: '#CA4355'

red 202 ◦ green 67 ◦ blue 85

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

Shades of Mandy #CA4355

Tints of Mandy #CA4355

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.93%

 BLUE value IS 85 (33.59% from 255) = 24.01%

R = 57.06%
G = 18.93%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#CA4355 (or 0xCA4355) is known color: Mandy. HEX triplet: CA, 43 and 55. RGB value is (202,67,85). Sum of RGB (Red+Green+Blue) = 202+67+85=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4355 is #35BCAA. Grayscale: #6D6D6D. Windows color (decimal): -3521707 or 5587914. OLE color: 5587914.

HSL color Cylindrical-coordinate representation of color #CA4355: hue angle of 352º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA4355 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 67 85 -
CMYK 0 0.67 0.58 0.21
HSL 352º 0.56% 0.53% -
HSV(B) 352º 0.67% 0.79% -
XYZ 28 17.23 10.44 -
YUV 109.42 114.23 194.04 -
System Red Green Blue C M Y K H S L
Decimal 202 67 85 0 0.67 0.58 0.21 352 0.56 0.53
Hex CA 43 55 0 43 3A 15 160 38 35
Octal 312 103 125 0 103 72 25 540 70 65
Binary 11001010 1000011 1010101 0 1000011 111010 10101 101100000 111000 110101

Color Harmonies of #CA4355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4355

Black with #CA4355

Text Example


Text Example

White with #CA4355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4355; }

 p { color: rgb(202,67,85); }

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

background-color css

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

 a { background-color: rgb(202,67,85); }

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

border-color css

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

 span { border-color: rgb(202,67,85); }

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