Html Css Color HEX #CB1A69 Ruby

📋 copy color: '#CB1A69'

red 203 ◦ green 26 ◦ blue 105

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

Shades of Ruby #CB1A69

Tints of Ruby #CB1A69

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.78%

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

R = 60.78%
G = 7.78%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CB1A69 (or 0xCB1A69) is known color: Ruby. HEX triplet: CB, 1A and 69. RGB value is (203,26,105). Sum of RGB (Red+Green+Blue) = 203+26+105=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 26 (10.55% from 255 or 7.78% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1A69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1A69 is #34E596. Grayscale: #575757. Windows color (decimal): -3466647 or 6888139. OLE color: 6888139.

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

Color convert

RGB 203 26 105 -
CMYK 0 0.87 0.48 0.20
HSL 333.22º 0.77% 0.45% -
HSV(B) 333.22º 0.87% 0.8% -
XYZ 27.55 14.46 14.7 -
YUV 87.93 137.64 210.08 -
System Red Green Blue C M Y K H S L
Decimal 203 26 105 0 0.87 0.48 0.20 333.22 0.77 0.45
Hex CB 1A 69 0 57 30 14 14D 4D 2D
Octal 313 32 151 0 127 60 24 515 115 55
Binary 11001011 11010 1101001 0 1010111 110000 10100 101001101 1001101 101101

Color Harmonies of #CB1A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1A69

Black with #CB1A69

Text Example


Text Example

White with #CB1A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1A69; }

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

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

background-color css

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

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

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

border-color css

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

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

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