Html Css Color HEX #CB095D Ruby

📋 copy color: '#CB095D'

red 203 ◦ green 9 ◦ blue 93

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

Shades of Ruby #CB095D

Tints of Ruby #CB095D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.95%

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

R = 66.56%
G = 2.95%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB095D (or 0xCB095D) is known color: Ruby. HEX triplet: CB, 09 and 5D. RGB value is (203,9,93). Sum of RGB (Red+Green+Blue) = 203+9+93=305 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.56% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 203 - color contains mainly: red. Hex color #CB095D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB095D is #34F6A2. Grayscale: #4C4C4C. Windows color (decimal): -3471011 or 6097355. OLE color: 6097355.

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

Color convert

RGB 203 9 93 -
CMYK 0 0.96 0.54 0.20
HSL 334.02º 0.92% 0.42% -
HSV(B) 334.02º 0.96% 0.8% -
XYZ 26.7 13.68 11.59 -
YUV 76.58 137.27 218.17 -
System Red Green Blue C M Y K H S L
Decimal 203 9 93 0 0.96 0.54 0.20 334.02 0.92 0.42
Hex CB 9 5D 0 60 36 14 14E 5C 2A
Octal 313 11 135 0 140 66 24 516 134 52
Binary 11001011 1001 1011101 0 1100000 110110 10100 101001110 1011100 101010

Color Harmonies of #CB095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB095D

Black with #CB095D

Text Example


Text Example

White with #CB095D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB095D; }

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

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

background-color css

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

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

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

border-color css

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

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

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