Html Css Color HEX #CB2069 Ruby

📋 copy color: '#CB2069'

red 203 ◦ green 32 ◦ blue 105

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

Shades of Ruby #CB2069

Tints of Ruby #CB2069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.88%

R = 59.71%
G = 9.41%
B = 30.88%

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

#CB2069 (or 0xCB2069) is known color: Ruby. HEX triplet: CB, 20 and 69. RGB value is (203,32,105). Sum of RGB (Red+Green+Blue) = 203+32+105=340 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.71% from 340); Green value is 32 (12.89% from 255 or 9.41% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2069 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2069 is #34DF96. Grayscale: #5B5B5B. Windows color (decimal): -3465111 or 6889675. OLE color: 6889675.

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

Color convert

RGB 203 32 105 -
CMYK 0 0.84 0.48 0.20
HSL 334.39º 0.73% 0.46% -
HSV(B) 334.39º 0.84% 0.8% -
XYZ 27.69 14.75 14.75 -
YUV 91.45 135.65 207.56 -
System Red Green Blue C M Y K H S L
Decimal 203 32 105 0 0.84 0.48 0.20 334.39 0.73 0.46
Hex CB 20 69 0 54 30 14 14E 49 2E
Octal 313 40 151 0 124 60 24 516 111 56
Binary 11001011 100000 1101001 0 1010100 110000 10100 101001110 1001001 101110

Color Harmonies of #CB2069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2069

Black with #CB2069

Text Example


Text Example

White with #CB2069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2069; }

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

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

background-color css

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

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

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

border-color css

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

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

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