Html Css Color HEX #CA055C Ruby

📋 copy color: '#CA055C'

red 202 ◦ green 5 ◦ blue 92

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

Shades of Ruby #CA055C

Tints of Ruby #CA055C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.77%

R = 67.56%
G = 1.67%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA055C (or 0xCA055C) is known color: Ruby. HEX triplet: CA, 05 and 5C. RGB value is (202,5,92). Sum of RGB (Red+Green+Blue) = 202+5+92=299 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.56% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 202 - color contains mainly: red. Hex color #CA055C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA055C is #35FAA3. Grayscale: #494949. Windows color (decimal): -3537572 or 6030794. OLE color: 6030794.

HSL color Cylindrical-coordinate representation of color #CA055C: hue angle of 333.5º 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 #CA055C is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 5 92 -
CMYK 0 0.98 0.54 0.21
HSL 333.5º 0.95% 0.41% -
HSV(B) 333.5º 0.98% 0.79% -
XYZ 26.34 13.44 11.33 -
YUV 73.82 138.27 219.43 -
System Red Green Blue C M Y K H S L
Decimal 202 5 92 0 0.98 0.54 0.21 333.5 0.95 0.41
Hex CA 5 5C 0 62 36 15 14E 5F 29
Octal 312 5 134 0 142 66 25 516 137 51
Binary 11001010 101 1011100 0 1100010 110110 10101 101001110 1011111 101001

Color Harmonies of #CA055C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA055C

Black with #CA055C

Text Example


Text Example

White with #CA055C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA055C; }

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

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

background-color css

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

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

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

border-color css

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

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

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