Html Css Color HEX #CB195D Ruby

📋 copy color: '#CB195D'

red 203 ◦ green 25 ◦ blue 93

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

Shades of Ruby #CB195D

Tints of Ruby #CB195D

RGB

 RED value IS 203 (79.69% from 255) = 63.24%

 GREEN value IS 25 (10.16% from 255) = 7.79%

 BLUE value IS 93 (36.72% from 255) = 28.97%

R = 63.24%
G = 7.79%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB195D (or 0xCB195D) is known color: Ruby. HEX triplet: CB, 19 and 5D. RGB value is (203,25,93). Sum of RGB (Red+Green+Blue) = 203+25+93=321 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.24% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 203 - color contains mainly: red. Hex color #CB195D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB195D is #34E6A2. Grayscale: #555555. Windows color (decimal): -3466915 or 6101451. OLE color: 6101451.

HSL color Cylindrical-coordinate representation of color #CB195D: hue angle of 337.08º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB195D is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 25 93 -
CMYK 0 0.88 0.54 0.20
HSL 337.08º 0.78% 0.45% -
HSV(B) 337.08º 0.88% 0.8% -
XYZ 26.95 14.18 11.67 -
YUV 85.97 131.97 211.47 -
System Red Green Blue C M Y K H S L
Decimal 203 25 93 0 0.88 0.54 0.20 337.08 0.78 0.45
Hex CB 19 5D 0 58 36 14 151 4E 2D
Octal 313 31 135 0 130 66 24 521 116 55
Binary 11001011 11001 1011101 0 1011000 110110 10100 101010001 1001110 101101

Color Harmonies of #CB195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB195D

Black with #CB195D

Text Example


Text Example

White with #CB195D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB195D; }

 p { color: rgb(203,25,93); }

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

background-color css

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

 a { background-color: rgb(203,25,93); }

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

border-color css

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

 span { border-color: rgb(203,25,93); }

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