Html Css Color HEX #CA4256 Mandy

📋 copy color: '#CA4256'

red 202 ◦ green 66 ◦ blue 86

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

Shades of Mandy #CA4256

Tints of Mandy #CA4256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 24.29%

R = 57.06%
G = 18.64%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#CA4256 (or 0xCA4256) is known color: Mandy. HEX triplet: CA, 42 and 56. RGB value is (202,66,86). Sum of RGB (Red+Green+Blue) = 202+66+86=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 86 (33.98% from 255 or 24.29% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4256 is #35BDA9. Grayscale: #6D6D6D. Windows color (decimal): -3521962 or 5653194. OLE color: 5653194.

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

Color convert

RGB 202 66 86 -
CMYK 0 0.67 0.57 0.21
HSL 351.18º 0.56% 0.53% -
HSV(B) 351.18º 0.67% 0.79% -
XYZ 27.99 17.12 10.63 -
YUV 108.94 115.06 194.37 -
System Red Green Blue C M Y K H S L
Decimal 202 66 86 0 0.67 0.57 0.21 351.18 0.56 0.53
Hex CA 42 56 0 43 39 15 15F 38 35
Octal 312 102 126 0 103 71 25 537 70 65
Binary 11001010 1000010 1010110 0 1000011 111001 10101 101011111 111000 110101

Color Harmonies of #CA4256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4256

Black with #CA4256

Text Example


Text Example

White with #CA4256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4256; }

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

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

background-color css

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

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

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

border-color css

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

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

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