Html Css Color HEX #CB035E Ruby

📋 copy color: '#CB035E'

red 203 ◦ green 3 ◦ blue 94

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

Shades of Ruby #CB035E

Tints of Ruby #CB035E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1%

 BLUE value IS 94 (37.11% from 255) = 31.33%

R = 67.67%
G = 1%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB035E (or 0xCB035E) is known color: Ruby. HEX triplet: CB, 03 and 5E. RGB value is (203,3,94). Sum of RGB (Red+Green+Blue) = 203+3+94=300 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.67% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 203 - color contains mainly: red. Hex color #CB035E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB035E is #34FCA1. Grayscale: #494949. Windows color (decimal): -3472546 or 6161355. OLE color: 6161355.

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

Color convert

RGB 203 3 94 -
CMYK 0 0.99 0.54 0.20
HSL 332.7º 0.97% 0.4% -
HSV(B) 332.7º 0.99% 0.8% -
XYZ 26.68 13.57 11.8 -
YUV 73.17 139.76 220.6 -
System Red Green Blue C M Y K H S L
Decimal 203 3 94 0 0.99 0.54 0.20 332.7 0.97 0.4
Hex CB 3 5E 0 63 36 14 14D 61 28
Octal 313 3 136 0 143 66 24 515 141 50
Binary 11001011 11 1011110 0 1100011 110110 10100 101001101 1100001 101000

Color Harmonies of #CB035E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB035E

Black with #CB035E

Text Example


Text Example

White with #CB035E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB035E; }

 p { color: rgb(203,3,94); }

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

background-color css

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

 a { background-color: rgb(203,3,94); }

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

border-color css

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

 span { border-color: rgb(203,3,94); }

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