Html Css Color HEX #CB206A Ruby

📋 copy color: '#CB206A'

red 203 ◦ green 32 ◦ blue 106

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

Shades of Ruby #CB206A

Tints of Ruby #CB206A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.09%

R = 59.53%
G = 9.38%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CB206A (or 0xCB206A) is known color: Ruby. HEX triplet: CB, 20 and 6A. RGB value is (203,32,106). Sum of RGB (Red+Green+Blue) = 203+32+106=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB206A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB206A is #34DF95. Grayscale: #5B5B5B. Windows color (decimal): -3465110 or 6955211. OLE color: 6955211.

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

Color convert

RGB 203 32 106 -
CMYK 0 0.84 0.48 0.20
HSL 334.04º 0.73% 0.46% -
HSV(B) 334.04º 0.84% 0.8% -
XYZ 27.75 14.77 15.02 -
YUV 91.57 136.15 207.48 -
System Red Green Blue C M Y K H S L
Decimal 203 32 106 0 0.84 0.48 0.20 334.04 0.73 0.46
Hex CB 20 6A 0 54 30 14 14E 49 2E
Octal 313 40 152 0 124 60 24 516 111 56
Binary 11001011 100000 1101010 0 1010100 110000 10100 101001110 1001001 101110

Color Harmonies of #CB206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB206A

Black with #CB206A

Text Example


Text Example

White with #CB206A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB206A; }

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

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

background-color css

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

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

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

border-color css

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

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

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