Html Css Color HEX #CB206C Ruby

📋 copy color: '#CB206C'

red 203 ◦ green 32 ◦ blue 108

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

Shades of Ruby #CB206C

Tints of Ruby #CB206C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.33%

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

R = 59.18%
G = 9.33%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB206C (or 0xCB206C) is known color: Ruby. HEX triplet: CB, 20 and 6C. RGB value is (203,32,108). Sum of RGB (Red+Green+Blue) = 203+32+108=343 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.18% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 203 - color contains mainly: red. Hex color #CB206C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB206C is #34DF93. Grayscale: #5B5B5B. Windows color (decimal): -3465108 or 7086283. OLE color: 7086283.

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

Color convert

RGB 203 32 108 -
CMYK 0 0.84 0.47 0.20
HSL 333.33º 0.73% 0.46% -
HSV(B) 333.33º 0.84% 0.8% -
XYZ 27.85 14.81 15.58 -
YUV 91.79 137.15 207.32 -
System Red Green Blue C M Y K H S L
Decimal 203 32 108 0 0.84 0.47 0.20 333.33 0.73 0.46
Hex CB 20 6C 0 54 2F 14 14D 49 2E
Octal 313 40 154 0 124 57 24 515 111 56
Binary 11001011 100000 1101100 0 1010100 101111 10100 101001101 1001001 101110

Color Harmonies of #CB206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB206C

Black with #CB206C

Text Example


Text Example

White with #CB206C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB206C; }

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

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

background-color css

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

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

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

border-color css

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

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

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