Html Css Color HEX #CA3655 Old Rose

📋 copy color: '#CA3655'

red 202 ◦ green 54 ◦ blue 85

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

Shades of Old Rose #CA3655

Tints of Old Rose #CA3655

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.84%

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

R = 59.24%
G = 15.84%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#CA3655 (or 0xCA3655) is known color: Old Rose. HEX triplet: CA, 36 and 55. RGB value is (202,54,85). Sum of RGB (Red+Green+Blue) = 202+54+85=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3655 is #35C9AA. Grayscale: #656565. Windows color (decimal): -3525035 or 5584586. OLE color: 5584586.

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

Color convert

RGB 202 54 85 -
CMYK 0 0.73 0.58 0.21
HSL 347.43º 0.58% 0.5% -
HSV(B) 347.43º 0.73% 0.79% -
XYZ 27.32 15.85 10.21 -
YUV 101.79 118.53 199.48 -
System Red Green Blue C M Y K H S L
Decimal 202 54 85 0 0.73 0.58 0.21 347.43 0.58 0.5
Hex CA 36 55 0 49 3A 15 15B 3A 32
Octal 312 66 125 0 111 72 25 533 72 62
Binary 11001010 110110 1010101 0 1001001 111010 10101 101011011 111010 110010

Color Harmonies of #CA3655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3655

Black with #CA3655

Text Example


Text Example

White with #CA3655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3655; }

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

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

background-color css

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

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

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

border-color css

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

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

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