Html Css Color HEX #CA055B Ruby

📋 copy color: '#CA055B'

red 202 ◦ green 5 ◦ blue 91

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

Shades of Ruby #CA055B

Tints of Ruby #CA055B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.68%

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

R = 67.79%
G = 1.68%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA055B (or 0xCA055B) is known color: Ruby. HEX triplet: CA, 05 and 5B. RGB value is (202,5,91). Sum of RGB (Red+Green+Blue) = 202+5+91=298 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.79% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 202 - color contains mainly: red. Hex color #CA055B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA055B is #35FAA4. Grayscale: #494949. Windows color (decimal): -3537573 or 5965258. OLE color: 5965258.

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

Color convert

RGB 202 5 91 -
CMYK 0 0.98 0.55 0.21
HSL 333.81º 0.95% 0.41% -
HSV(B) 333.81º 0.98% 0.79% -
XYZ 26.3 13.42 11.1 -
YUV 73.71 137.77 219.51 -
System Red Green Blue C M Y K H S L
Decimal 202 5 91 0 0.98 0.55 0.21 333.81 0.95 0.41
Hex CA 5 5B 0 62 37 15 14E 5F 29
Octal 312 5 133 0 142 67 25 516 137 51
Binary 11001010 101 1011011 0 1100010 110111 10101 101001110 1011111 101001

Color Harmonies of #CA055B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA055B

Black with #CA055B

Text Example


Text Example

White with #CA055B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA055B; }

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

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

background-color css

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

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

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

border-color css

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

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

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