Html Css Color HEX #CB0469 Ruby

📋 copy color: '#CB0469'

red 203 ◦ green 4 ◦ blue 105

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

Shades of Ruby #CB0469

Tints of Ruby #CB0469

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.28%

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

R = 65.06%
G = 1.28%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CB0469 (or 0xCB0469) is known color: Ruby. HEX triplet: CB, 04 and 69. RGB value is (203,4,105). Sum of RGB (Red+Green+Blue) = 203+4+105=312 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.06% from 312); Green value is 4 (1.95% from 255 or 1.28% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0469 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0469 is #34FB96. Grayscale: #4A4A4A. Windows color (decimal): -3472279 or 6882507. OLE color: 6882507.

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

Color convert

RGB 203 4 105 -
CMYK 0 0.98 0.48 0.20
HSL 329.55º 0.96% 0.41% -
HSV(B) 329.55º 0.98% 0.8% -
XYZ 27.22 13.8 14.59 -
YUV 75.02 144.93 219.29 -
System Red Green Blue C M Y K H S L
Decimal 203 4 105 0 0.98 0.48 0.20 329.55 0.96 0.41
Hex CB 4 69 0 62 30 14 14A 60 29
Octal 313 4 151 0 142 60 24 512 140 51
Binary 11001011 100 1101001 0 1100010 110000 10100 101001010 1100000 101001

Color Harmonies of #CB0469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0469

Black with #CB0469

Text Example


Text Example

White with #CB0469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0469; }

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

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

background-color css

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

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

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

border-color css

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

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

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