Html Css Color HEX #CA4251 Mandy

📋 copy color: '#CA4251'

red 202 ◦ green 66 ◦ blue 81

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

Shades of Mandy #CA4251

Tints of Mandy #CA4251

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.91%

 BLUE value IS 81 (32.03% from 255) = 23.21%

R = 57.88%
G = 18.91%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#CA4251 (or 0xCA4251) is known color: Mandy. HEX triplet: CA, 42 and 51. RGB value is (202,66,81). Sum of RGB (Red+Green+Blue) = 202+66+81=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 81 (32.03% from 255 or 23.21% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4251 is #35BDAE. Grayscale: #6C6C6C. Windows color (decimal): -3521967 or 5325514. OLE color: 5325514.

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

Color convert

RGB 202 66 81 -
CMYK 0 0.67 0.60 0.21
HSL 353.38º 0.56% 0.53% -
HSV(B) 353.38º 0.67% 0.79% -
XYZ 27.79 17.05 9.61 -
YUV 108.37 112.56 194.78 -
System Red Green Blue C M Y K H S L
Decimal 202 66 81 0 0.67 0.60 0.21 353.38 0.56 0.53
Hex CA 42 51 0 43 3C 15 161 38 35
Octal 312 102 121 0 103 74 25 541 70 65
Binary 11001010 1000010 1010001 0 1000011 111100 10101 101100001 111000 110101

Color Harmonies of #CA4251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4251

Black with #CA4251

Text Example


Text Example

White with #CA4251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4251; }

 p { color: rgb(202,66,81); }

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

background-color css

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

 a { background-color: rgb(202,66,81); }

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

border-color css

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

 span { border-color: rgb(202,66,81); }

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