Html Css Color HEX #CB045D Ruby

📋 copy color: '#CB045D'

red 203 ◦ green 4 ◦ blue 93

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

Shades of Ruby #CB045D

Tints of Ruby #CB045D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.33%

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

R = 67.67%
G = 1.33%
B = 31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB045D (or 0xCB045D) is known color: Ruby. HEX triplet: CB, 04 and 5D. RGB value is (203,4,93). Sum of RGB (Red+Green+Blue) = 203+4+93=300 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.67% from 300); Green value is 4 (1.95% from 255 or 1.33% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 203 - color contains mainly: red. Hex color #CB045D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB045D is #34FBA2. Grayscale: #494949. Windows color (decimal): -3472291 or 6096075. OLE color: 6096075.

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

Color convert

RGB 203 4 93 -
CMYK 0 0.98 0.54 0.20
HSL 333.17º 0.96% 0.41% -
HSV(B) 333.17º 0.98% 0.8% -
XYZ 26.65 13.57 11.57 -
YUV 73.65 138.93 220.26 -
System Red Green Blue C M Y K H S L
Decimal 203 4 93 0 0.98 0.54 0.20 333.17 0.96 0.41
Hex CB 4 5D 0 62 36 14 14D 60 29
Octal 313 4 135 0 142 66 24 515 140 51
Binary 11001011 100 1011101 0 1100010 110110 10100 101001101 1100000 101001

Color Harmonies of #CB045D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB045D

Black with #CB045D

Text Example


Text Example

White with #CB045D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB045D; }

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

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

background-color css

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

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

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

border-color css

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

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

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