Html Css Color HEX #CA3250 Old Rose

📋 copy color: '#CA3250'

red 202 ◦ green 50 ◦ blue 80

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

Shades of Old Rose #CA3250

Tints of Old Rose #CA3250

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.06%

 BLUE value IS 80 (31.64% from 255) = 24.1%

R = 60.84%
G = 15.06%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#CA3250 (or 0xCA3250) is known color: Old Rose. HEX triplet: CA, 32 and 50. RGB value is (202,50,80). Sum of RGB (Red+Green+Blue) = 202+50+80=332 (43% of max value = 765). Red value is 202 (79.30% from 255 or 60.84% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3250 is #35CDAF. Grayscale: #626262. Windows color (decimal): -3526064 or 5255882. OLE color: 5255882.

HSL color Cylindrical-coordinate representation of color #CA3250: hue angle of 348.16º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA3250 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 50 80 -
CMYK 0 0.75 0.60 0.21
HSL 348.16º 0.6% 0.49% -
HSV(B) 348.16º 0.75% 0.79% -
XYZ 26.95 15.42 9.14 -
YUV 98.87 117.36 201.56 -
System Red Green Blue C M Y K H S L
Decimal 202 50 80 0 0.75 0.60 0.21 348.16 0.6 0.49
Hex CA 32 50 0 4B 3C 15 15C 3C 31
Octal 312 62 120 0 113 74 25 534 74 61
Binary 11001010 110010 1010000 0 1001011 111100 10101 101011100 111100 110001

Color Harmonies of #CA3250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3250

Black with #CA3250

Text Example


Text Example

White with #CA3250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3250; }

 p { color: rgb(202,50,80); }

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

background-color css

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

 a { background-color: rgb(202,50,80); }

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

border-color css

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

 span { border-color: rgb(202,50,80); }

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