Html Css Color HEX #CB075D Ruby

📋 copy color: '#CB075D'

red 203 ◦ green 7 ◦ blue 93

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

Shades of Ruby #CB075D

Tints of Ruby #CB075D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.31%

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

R = 67%
G = 2.31%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB075D (or 0xCB075D) is known color: Ruby. HEX triplet: CB, 07 and 5D. RGB value is (203,7,93). Sum of RGB (Red+Green+Blue) = 203+7+93=303 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.00% from 303); Green value is 7 (3.12% from 255 or 2.31% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 203 - color contains mainly: red. Hex color #CB075D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB075D is #34F8A2. Grayscale: #4B4B4B. Windows color (decimal): -3471523 or 6096843. OLE color: 6096843.

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

Color convert

RGB 203 7 93 -
CMYK 0 0.97 0.54 0.20
HSL 333.67º 0.93% 0.41% -
HSV(B) 333.67º 0.97% 0.8% -
XYZ 26.68 13.64 11.58 -
YUV 75.41 137.93 219.01 -
System Red Green Blue C M Y K H S L
Decimal 203 7 93 0 0.97 0.54 0.20 333.67 0.93 0.41
Hex CB 7 5D 0 61 36 14 14E 5D 29
Octal 313 7 135 0 141 66 24 516 135 51
Binary 11001011 111 1011101 0 1100001 110110 10100 101001110 1011101 101001

Color Harmonies of #CB075D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB075D

Black with #CB075D

Text Example


Text Example

White with #CB075D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB075D; }

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

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

background-color css

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

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

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

border-color css

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

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

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