Html Css Color HEX #CA355A Old Rose

📋 copy color: '#CA355A'

red 202 ◦ green 53 ◦ blue 90

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

Shades of Old Rose #CA355A

Tints of Old Rose #CA355A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.36%

 BLUE value IS 90 (35.55% from 255) = 26.09%

R = 58.55%
G = 15.36%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA355A (or 0xCA355A) is known color: Old Rose. HEX triplet: CA, 35 and 5A. RGB value is (202,53,90). Sum of RGB (Red+Green+Blue) = 202+53+90=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA355A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA355A is #35CAA5. Grayscale: #656565. Windows color (decimal): -3525286 or 5912010. OLE color: 5912010.

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

Color convert

RGB 202 53 90 -
CMYK 0 0.74 0.55 0.21
HSL 345.1º 0.58% 0.5% -
HSV(B) 345.1º 0.74% 0.79% -
XYZ 27.48 15.84 11.28 -
YUV 101.77 121.36 199.49 -
System Red Green Blue C M Y K H S L
Decimal 202 53 90 0 0.74 0.55 0.21 345.1 0.58 0.5
Hex CA 35 5A 0 4A 37 15 159 3A 32
Octal 312 65 132 0 112 67 25 531 72 62
Binary 11001010 110101 1011010 0 1001010 110111 10101 101011001 111010 110010

Color Harmonies of #CA355A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA355A

Black with #CA355A

Text Example


Text Example

White with #CA355A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA355A; }

 p { color: rgb(202,53,90); }

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

background-color css

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

 a { background-color: rgb(202,53,90); }

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

border-color css

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

 span { border-color: rgb(202,53,90); }

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