Html Css Color HEX #CA3653 Old Rose

📋 copy color: '#CA3653'

red 202 ◦ green 54 ◦ blue 83

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

Shades of Old Rose #CA3653

Tints of Old Rose #CA3653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.48%

R = 59.59%
G = 15.93%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CA3653 (or 0xCA3653) is known color: Old Rose. HEX triplet: CA, 36 and 53. RGB value is (202,54,83). Sum of RGB (Red+Green+Blue) = 202+54+83=339 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.59% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3653 is #35C9AC. Grayscale: #656565. Windows color (decimal): -3525037 or 5453514. OLE color: 5453514.

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

Color convert

RGB 202 54 83 -
CMYK 0 0.73 0.59 0.21
HSL 348.24º 0.58% 0.5% -
HSV(B) 348.24º 0.73% 0.79% -
XYZ 27.24 15.82 9.8 -
YUV 101.56 117.53 199.64 -
System Red Green Blue C M Y K H S L
Decimal 202 54 83 0 0.73 0.59 0.21 348.24 0.58 0.5
Hex CA 36 53 0 49 3B 15 15C 3A 32
Octal 312 66 123 0 111 73 25 534 72 62
Binary 11001010 110110 1010011 0 1001001 111011 10101 101011100 111010 110010

Color Harmonies of #CA3653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3653

Black with #CA3653

Text Example


Text Example

White with #CA3653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3653; }

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

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

background-color css

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

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

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

border-color css

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

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

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