Html Css Color HEX #CA175C Ruby

📋 copy color: '#CA175C'

red 202 ◦ green 23 ◦ blue 92

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

Shades of Ruby #CA175C

Tints of Ruby #CA175C

RGB

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

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

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

R = 63.72%
G = 7.26%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA175C (or 0xCA175C) is known color: Ruby. HEX triplet: CA, 17 and 5C. RGB value is (202,23,92). Sum of RGB (Red+Green+Blue) = 202+23+92=317 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.72% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 202 - color contains mainly: red. Hex color #CA175C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA175C is #35E8A3. Grayscale: #545454. Windows color (decimal): -3532964 or 6035402. OLE color: 6035402.

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

Color convert

RGB 202 23 92 -
CMYK 0 0.89 0.54 0.21
HSL 336.87º 0.8% 0.44% -
HSV(B) 336.87º 0.89% 0.79% -
XYZ 26.6 13.94 11.41 -
YUV 84.39 132.3 211.89 -
System Red Green Blue C M Y K H S L
Decimal 202 23 92 0 0.89 0.54 0.21 336.87 0.8 0.44
Hex CA 17 5C 0 59 36 15 151 50 2C
Octal 312 27 134 0 131 66 25 521 120 54
Binary 11001010 10111 1011100 0 1011001 110110 10101 101010001 1010000 101100

Color Harmonies of #CA175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA175C

Black with #CA175C

Text Example


Text Example

White with #CA175C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA175C; }

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

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

background-color css

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

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

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

border-color css

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

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

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