Html Css Color HEX #CB1269 Ruby

📋 copy color: '#CB1269'

red 203 ◦ green 18 ◦ blue 105

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

Shades of Ruby #CB1269

Tints of Ruby #CB1269

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.52%

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

R = 62.27%
G = 5.52%
B = 32.21%

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

#CB1269 (or 0xCB1269) is known color: Ruby. HEX triplet: CB, 12 and 69. RGB value is (203,18,105). Sum of RGB (Red+Green+Blue) = 203+18+105=326 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.27% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 105 (41.41% from 255 or 32.21% from 326); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1269 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1269 is #34ED96. Grayscale: #535353. Windows color (decimal): -3468695 or 6886091. OLE color: 6886091.

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

Color convert

RGB 203 18 105 -
CMYK 0 0.91 0.48 0.20
HSL 331.78º 0.84% 0.43% -
HSV(B) 331.78º 0.91% 0.8% -
XYZ 27.39 14.15 14.65 -
YUV 83.23 140.29 213.43 -
System Red Green Blue C M Y K H S L
Decimal 203 18 105 0 0.91 0.48 0.20 331.78 0.84 0.43
Hex CB 12 69 0 5B 30 14 14C 54 2B
Octal 313 22 151 0 133 60 24 514 124 53
Binary 11001011 10010 1101001 0 1011011 110000 10100 101001100 1010100 101011

Color Harmonies of #CB1269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1269

Black with #CB1269

Text Example


Text Example

White with #CB1269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1269; }

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

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

background-color css

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

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

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

border-color css

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

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

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