Html Css Color HEX #CA424B Mandy

📋 copy color: '#CA424B'

red 202 ◦ green 66 ◦ blue 75

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

Shades of Mandy #CA424B

Tints of Mandy #CA424B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.87%

R = 58.89%
G = 19.24%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA424B (or 0xCA424B) is known color: Mandy. HEX triplet: CA, 42 and 4B. RGB value is (202,66,75). Sum of RGB (Red+Green+Blue) = 202+66+75=343 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.89% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 202 - color contains mainly: red. Hex color #CA424B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA424B is #35BDB4. Grayscale: #6B6B6B. Windows color (decimal): -3521973 or 4932298. OLE color: 4932298.

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

Color convert

RGB 202 66 75 -
CMYK 0 0.67 0.63 0.21
HSL 356.03º 0.56% 0.53% -
HSV(B) 356.03º 0.67% 0.79% -
XYZ 27.58 16.96 8.48 -
YUV 107.69 109.56 195.27 -
System Red Green Blue C M Y K H S L
Decimal 202 66 75 0 0.67 0.63 0.21 356.03 0.56 0.53
Hex CA 42 4B 0 43 3F 15 164 38 35
Octal 312 102 113 0 103 77 25 544 70 65
Binary 11001010 1000010 1001011 0 1000011 111111 10101 101100100 111000 110101

Color Harmonies of #CA424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA424B

Black with #CA424B

Text Example


Text Example

White with #CA424B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA424B; }

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

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

background-color css

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

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

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

border-color css

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

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

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