Html Css Color HEX #CB1569 Ruby

📋 copy color: '#CB1569'

red 203 ◦ green 21 ◦ blue 105

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

Shades of Ruby #CB1569

Tints of Ruby #CB1569

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.38%

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

R = 61.7%
G = 6.38%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CB1569 (or 0xCB1569) is known color: Ruby. HEX triplet: CB, 15 and 69. RGB value is (203,21,105). Sum of RGB (Red+Green+Blue) = 203+21+105=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 21 (8.59% from 255 or 6.38% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1569 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1569 is #34EA96. Grayscale: #545454. Windows color (decimal): -3467927 or 6886859. OLE color: 6886859.

HSL color Cylindrical-coordinate representation of color #CB1569: hue angle of 332.31º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB1569 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 21 105 -
CMYK 0 0.90 0.48 0.20
HSL 332.31º 0.81% 0.44% -
HSV(B) 332.31º 0.9% 0.8% -
XYZ 27.45 14.25 14.67 -
YUV 84.99 139.3 212.17 -
System Red Green Blue C M Y K H S L
Decimal 203 21 105 0 0.90 0.48 0.20 332.31 0.81 0.44
Hex CB 15 69 0 5A 30 14 14C 51 2C
Octal 313 25 151 0 132 60 24 514 121 54
Binary 11001011 10101 1101001 0 1011010 110000 10100 101001100 1010001 101100

Color Harmonies of #CB1569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1569

Black with #CB1569

Text Example


Text Example

White with #CB1569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1569; }

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

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

background-color css

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

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

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

border-color css

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

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

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