Html Css Color HEX #CB056C Ruby

📋 copy color: '#CB056C'

red 203 ◦ green 5 ◦ blue 108

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

Shades of Ruby #CB056C

Tints of Ruby #CB056C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.18%

R = 64.24%
G = 1.58%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB056C (or 0xCB056C) is known color: Ruby. HEX triplet: CB, 05 and 6C. RGB value is (203,5,108). Sum of RGB (Red+Green+Blue) = 203+5+108=316 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.24% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 203 - color contains mainly: red. Hex color #CB056C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB056C is #34FA93. Grayscale: #4B4B4B. Windows color (decimal): -3472020 or 7079371. OLE color: 7079371.

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

Color convert

RGB 203 5 108 -
CMYK 0 0.98 0.47 0.20
HSL 328.79º 0.95% 0.41% -
HSV(B) 328.79º 0.98% 0.8% -
XYZ 27.39 13.89 15.42 -
YUV 75.94 146.1 218.62 -
System Red Green Blue C M Y K H S L
Decimal 203 5 108 0 0.98 0.47 0.20 328.79 0.95 0.41
Hex CB 5 6C 0 62 2F 14 149 5F 29
Octal 313 5 154 0 142 57 24 511 137 51
Binary 11001011 101 1101100 0 1100010 101111 10100 101001001 1011111 101001

Color Harmonies of #CB056C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB056C

Black with #CB056C

Text Example


Text Example

White with #CB056C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB056C; }

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

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

background-color css

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

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

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

border-color css

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

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

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