Html Css Color HEX #CA235D Old Rose

📋 copy color: '#CA235D'

red 202 ◦ green 35 ◦ blue 93

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

Shades of Old Rose #CA235D

Tints of Old Rose #CA235D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.61%

 BLUE value IS 93 (36.72% from 255) = 28.18%

R = 61.21%
G = 10.61%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA235D (or 0xCA235D) is known color: Old Rose. HEX triplet: CA, 23 and 5D. RGB value is (202,35,93). Sum of RGB (Red+Green+Blue) = 202+35+93=330 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.21% from 330); Green value is 35 (14.06% from 255 or 10.61% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 202 - color contains mainly: red. Hex color #CA235D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA235D is #35DCA2. Grayscale: #5B5B5B. Windows color (decimal): -3529891 or 6104010. OLE color: 6104010.

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

Color convert

RGB 202 35 93 -
CMYK 0 0.83 0.54 0.21
HSL 339.16º 0.7% 0.46% -
HSV(B) 339.16º 0.83% 0.79% -
XYZ 26.93 14.55 11.74 -
YUV 91.55 128.83 206.78 -
System Red Green Blue C M Y K H S L
Decimal 202 35 93 0 0.83 0.54 0.21 339.16 0.7 0.46
Hex CA 23 5D 0 53 36 15 153 46 2E
Octal 312 43 135 0 123 66 25 523 106 56
Binary 11001010 100011 1011101 0 1010011 110110 10101 101010011 1000110 101110

Color Harmonies of #CA235D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA235D

Black with #CA235D

Text Example


Text Example

White with #CA235D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA235D; }

 p { color: rgb(202,35,93); }

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

background-color css

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

 a { background-color: rgb(202,35,93); }

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

border-color css

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

 span { border-color: rgb(202,35,93); }

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