Html Css Color HEX #CA6064 Mandy

📋 copy color: '#CA6064'

red 202 ◦ green 96 ◦ blue 100

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

Shades of Mandy #CA6064

Tints of Mandy #CA6064

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.12%

 BLUE value IS 100 (39.45% from 255) = 25.13%

R = 50.75%
G = 24.12%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CA6064 (or 0xCA6064) is known color: Mandy. HEX triplet: CA, 60 and 64. RGB value is (202,96,100). Sum of RGB (Red+Green+Blue) = 202+96+100=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6064 is #359F9B. Grayscale: #808080. Windows color (decimal): -3514268 or 6578378. OLE color: 6578378.

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

Color convert

RGB 202 96 100 -
CMYK 0 0.52 0.50 0.21
HSL 357.74º 0.5% 0.58% -
HSV(B) 357.74º 0.52% 0.79% -
XYZ 30.84 21.84 14.65 -
YUV 128.15 112.12 180.67 -
System Red Green Blue C M Y K H S L
Decimal 202 96 100 0 0.52 0.50 0.21 357.74 0.5 0.58
Hex CA 60 64 0 34 32 15 166 32 3A
Octal 312 140 144 0 64 62 25 546 62 72
Binary 11001010 1100000 1100100 0 110100 110010 10101 101100110 110010 111010

Color Harmonies of #CA6064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6064

Black with #CA6064

Text Example


Text Example

White with #CA6064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6064; }

 p { color: rgb(202,96,100); }

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

background-color css

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

 a { background-color: rgb(202,96,100); }

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

border-color css

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

 span { border-color: rgb(202,96,100); }

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