Html Css Color HEX #CB1369 Ruby

📋 copy color: '#CB1369'

red 203 ◦ green 19 ◦ blue 105

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

Shades of Ruby #CB1369

Tints of Ruby #CB1369

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.81%

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

R = 62.08%
G = 5.81%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CB1369 (or 0xCB1369) is known color: Ruby. HEX triplet: CB, 13 and 69. RGB value is (203,19,105). Sum of RGB (Red+Green+Blue) = 203+19+105=327 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.08% from 327); Green value is 19 (7.81% from 255 or 5.81% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1369 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1369 is #34EC96. Grayscale: #535353. Windows color (decimal): -3468439 or 6886347. OLE color: 6886347.

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

Color convert

RGB 203 19 105 -
CMYK 0 0.91 0.48 0.20
HSL 331.96º 0.83% 0.44% -
HSV(B) 331.96º 0.91% 0.8% -
XYZ 27.41 14.18 14.66 -
YUV 83.82 139.96 213.01 -
System Red Green Blue C M Y K H S L
Decimal 203 19 105 0 0.91 0.48 0.20 331.96 0.83 0.44
Hex CB 13 69 0 5B 30 14 14C 53 2C
Octal 313 23 151 0 133 60 24 514 123 54
Binary 11001011 10011 1101001 0 1011011 110000 10100 101001100 1010011 101100

Color Harmonies of #CB1369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1369

Black with #CB1369

Text Example


Text Example

White with #CB1369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1369; }

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

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

background-color css

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

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

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

border-color css

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

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

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