Html Css Color HEX #CA3953 Old Rose

📋 copy color: '#CA3953'

red 202 ◦ green 57 ◦ blue 83

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

Shades of Old Rose #CA3953

Tints of Old Rose #CA3953

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.67%

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

R = 59.06%
G = 16.67%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CA3953 (or 0xCA3953) is known color: Old Rose. HEX triplet: CA, 39 and 53. RGB value is (202,57,83). Sum of RGB (Red+Green+Blue) = 202+57+83=342 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.06% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3953 is #35C6AC. Grayscale: #676767. Windows color (decimal): -3524269 or 5454282. OLE color: 5454282.

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

Color convert

RGB 202 57 83 -
CMYK 0 0.72 0.59 0.21
HSL 349.24º 0.58% 0.51% -
HSV(B) 349.24º 0.72% 0.79% -
XYZ 27.38 16.11 9.85 -
YUV 103.32 116.54 198.39 -
System Red Green Blue C M Y K H S L
Decimal 202 57 83 0 0.72 0.59 0.21 349.24 0.58 0.51
Hex CA 39 53 0 48 3B 15 15D 3A 33
Octal 312 71 123 0 110 73 25 535 72 63
Binary 11001010 111001 1010011 0 1001000 111011 10101 101011101 111010 110011

Color Harmonies of #CA3953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3953

Black with #CA3953

Text Example


Text Example

White with #CA3953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3953; }

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

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

background-color css

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

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

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

border-color css

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

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

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