Html Css Color HEX #CB006C Ruby

📋 copy color: '#CB006C'

red 203 ◦ green 0 ◦ blue 108

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

Shades of Ruby #CB006C

Tints of Ruby #CB006C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.27%
G = 0%
B = 34.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB006C (or 0xCB006C) is known color: Ruby. HEX triplet: CB, 00 and 6C. RGB value is (203,0,108). Sum of RGB (Red+Green+Blue) = 203+0+108=311 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.27% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 203 - color contains mainly: red. Hex color #CB006C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB006C is #34FF93. Grayscale: #484848. Windows color (decimal): -3473300 or 7078091. OLE color: 7078091.

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

Color convert

RGB 203 0 108 -
CMYK 0 1 0.47 0.20
HSL 328.08º 1% 0.4% -
HSV(B) 328.08º 1% 0.8% -
XYZ 27.34 13.78 15.41 -
YUV 73.01 147.75 220.72 -
System Red Green Blue C M Y K H S L
Decimal 203 0 108 0 1 0.47 0.20 328.08 1 0.4
Hex CB 0 6C 0 64 2F 14 148 64 28
Octal 313 0 154 0 144 57 24 510 144 50
Binary 11001011 0 1101100 0 1100100 101111 10100 101001000 1100100 101000

Color Harmonies of #CB006C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB006C

Black with #CB006C

Text Example


Text Example

White with #CB006C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB006C; }

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

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

background-color css

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

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

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

border-color css

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

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

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