Html Css Color HEX #C5025C Ruby

📋 copy color: '#C5025C'

red 197 ◦ green 2 ◦ blue 92

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

Shades of Ruby #C5025C

Tints of Ruby #C5025C

RGB

 RED value IS 197 (77.34% from 255) = 67.7%

 GREEN value IS 2 (1.17% from 255) = 0.69%

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

R = 67.7%
G = 0.69%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C5025C (or 0xC5025C) is known color: Ruby. HEX triplet: C5, 02 and 5C. RGB value is (197,2,92). Sum of RGB (Red+Green+Blue) = 197+2+92=291 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.70% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 197 - color contains mainly: red. Hex color #C5025C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5025C is #3AFDA3. Grayscale: #464646. Windows color (decimal): -3866020 or 6030021. OLE color: 6030021.

HSL color Cylindrical-coordinate representation of color #C5025C: hue angle of 332.31º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5025C is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 2 92 -
CMYK 0 0.99 0.53 0.23
HSL 332.31º 0.98% 0.39% -
HSV(B) 332.31º 0.99% 0.77% -
XYZ 24.98 12.69 11.26 -
YUV 70.57 140.1 218.18 -
System Red Green Blue C M Y K H S L
Decimal 197 2 92 0 0.99 0.53 0.23 332.31 0.98 0.39
Hex C5 2 5C 0 63 35 17 14C 62 27
Octal 305 2 134 0 143 65 27 514 142 47
Binary 11000101 10 1011100 0 1100011 110101 10111 101001100 1100010 100111

Color Harmonies of #C5025C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5025C

Black with #C5025C

Text Example


Text Example

White with #C5025C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5025C; }

 p { color: rgb(197,2,92); }

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

background-color css

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

 a { background-color: rgb(197,2,92); }

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

border-color css

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

 span { border-color: rgb(197,2,92); }

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