Html Css Color HEX #CA335B Old Rose

📋 copy color: '#CA335B'

red 202 ◦ green 51 ◦ blue 91

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

Shades of Old Rose #CA335B

Tints of Old Rose #CA335B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.83%

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

R = 58.72%
G = 14.83%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA335B (or 0xCA335B) is known color: Old Rose. HEX triplet: CA, 33 and 5B. RGB value is (202,51,91). Sum of RGB (Red+Green+Blue) = 202+51+91=344 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.72% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 202 - color contains mainly: red. Hex color #CA335B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA335B is #35CCA4. Grayscale: #646464. Windows color (decimal): -3525797 or 5977034. OLE color: 5977034.

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

Color convert

RGB 202 51 91 -
CMYK 0 0.75 0.55 0.21
HSL 344.11º 0.6% 0.5% -
HSV(B) 344.11º 0.75% 0.79% -
XYZ 27.43 15.68 11.48 -
YUV 100.71 122.53 200.25 -
System Red Green Blue C M Y K H S L
Decimal 202 51 91 0 0.75 0.55 0.21 344.11 0.6 0.5
Hex CA 33 5B 0 4B 37 15 158 3C 32
Octal 312 63 133 0 113 67 25 530 74 62
Binary 11001010 110011 1011011 0 1001011 110111 10101 101011000 111100 110010

Color Harmonies of #CA335B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA335B

Black with #CA335B

Text Example


Text Example

White with #CA335B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA335B; }

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

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

background-color css

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

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

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

border-color css

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

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

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