Html Css Color HEX #CA215B Old Rose

📋 copy color: '#CA215B'

red 202 ◦ green 33 ◦ blue 91

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

Shades of Old Rose #CA215B

Tints of Old Rose #CA215B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.12%

 BLUE value IS 91 (35.94% from 255) = 27.91%

R = 61.96%
G = 10.12%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA215B (or 0xCA215B) is known color: Old Rose. HEX triplet: CA, 21 and 5B. RGB value is (202,33,91). Sum of RGB (Red+Green+Blue) = 202+33+91=326 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.96% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 202 - color contains mainly: red. Hex color #CA215B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA215B is #35DEA4. Grayscale: #5A5A5A. Windows color (decimal): -3530405 or 5972426. OLE color: 5972426.

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

Color convert

RGB 202 33 91 -
CMYK 0 0.84 0.55 0.21
HSL 339.41º 0.72% 0.46% -
HSV(B) 339.41º 0.84% 0.79% -
XYZ 26.79 14.4 11.26 -
YUV 90.14 128.49 207.78 -
System Red Green Blue C M Y K H S L
Decimal 202 33 91 0 0.84 0.55 0.21 339.41 0.72 0.46
Hex CA 21 5B 0 54 37 15 153 48 2E
Octal 312 41 133 0 124 67 25 523 110 56
Binary 11001010 100001 1011011 0 1010100 110111 10101 101010011 1001000 101110

Color Harmonies of #CA215B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA215B

Black with #CA215B

Text Example


Text Example

White with #CA215B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA215B; }

 p { color: rgb(202,33,91); }

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

background-color css

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

 a { background-color: rgb(202,33,91); }

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

border-color css

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

 span { border-color: rgb(202,33,91); }

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