Html Css Color HEX #CB055C Ruby

📋 copy color: '#CB055C'

red 203 ◦ green 5 ◦ blue 92

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

Shades of Ruby #CB055C

Tints of Ruby #CB055C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.67%

 BLUE value IS 92 (36.33% from 255) = 30.67%

R = 67.67%
G = 1.67%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CB055C (or 0xCB055C) is known color: Ruby. HEX triplet: CB, 05 and 5C. RGB value is (203,5,92). Sum of RGB (Red+Green+Blue) = 203+5+92=300 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.67% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 203 - color contains mainly: red. Hex color #CB055C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB055C is #34FAA3. Grayscale: #494949. Windows color (decimal): -3472036 or 6030795. OLE color: 6030795.

HSL color Cylindrical-coordinate representation of color #CB055C: hue angle of 333.64º degrees, saturation: 0.95, 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 #CB055C is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 5 92 -
CMYK 0 0.98 0.55 0.20
HSL 333.64º 0.95% 0.41% -
HSV(B) 333.64º 0.98% 0.8% -
XYZ 26.61 13.58 11.34 -
YUV 74.12 138.1 219.93 -
System Red Green Blue C M Y K H S L
Decimal 203 5 92 0 0.98 0.55 0.20 333.64 0.95 0.41
Hex CB 5 5C 0 62 37 14 14E 5F 29
Octal 313 5 134 0 142 67 24 516 137 51
Binary 11001011 101 1011100 0 1100010 110111 10100 101001110 1011111 101001

Color Harmonies of #CB055C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB055C

Black with #CB055C

Text Example


Text Example

White with #CB055C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB055C; }

 p { color: rgb(203,5,92); }

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

background-color css

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

 a { background-color: rgb(203,5,92); }

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

border-color css

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

 span { border-color: rgb(203,5,92); }

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