Html Css Color HEX #CA175E Ruby

📋 copy color: '#CA175E'

red 202 ◦ green 23 ◦ blue 94

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

Shades of Ruby #CA175E

Tints of Ruby #CA175E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.21%

 BLUE value IS 94 (37.11% from 255) = 29.47%

R = 63.32%
G = 7.21%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CA175E (or 0xCA175E) is known color: Ruby. HEX triplet: CA, 17 and 5E. RGB value is (202,23,94). Sum of RGB (Red+Green+Blue) = 202+23+94=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA175E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA175E is #35E8A1. Grayscale: #545454. Windows color (decimal): -3532962 or 6166474. OLE color: 6166474.

HSL color Cylindrical-coordinate representation of color #CA175E: hue angle of 336.2º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA175E is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 23 94 -
CMYK 0 0.89 0.53 0.21
HSL 336.2º 0.8% 0.44% -
HSV(B) 336.2º 0.89% 0.79% -
XYZ 26.68 13.98 11.88 -
YUV 84.62 133.3 211.73 -
System Red Green Blue C M Y K H S L
Decimal 202 23 94 0 0.89 0.53 0.21 336.2 0.8 0.44
Hex CA 17 5E 0 59 35 15 150 50 2C
Octal 312 27 136 0 131 65 25 520 120 54
Binary 11001010 10111 1011110 0 1011001 110101 10101 101010000 1010000 101100

Color Harmonies of #CA175E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA175E

Black with #CA175E

Text Example


Text Example

White with #CA175E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA175E; }

 p { color: rgb(202,23,94); }

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

background-color css

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

 a { background-color: rgb(202,23,94); }

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

border-color css

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

 span { border-color: rgb(202,23,94); }

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