Html Css Color HEX #CB046A Ruby

📋 copy color: '#CB046A'

red 203 ◦ green 4 ◦ blue 106

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

Shades of Ruby #CB046A

Tints of Ruby #CB046A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.87%

R = 64.86%
G = 1.28%
B = 33.87%

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

#CB046A (or 0xCB046A) is known color: Ruby. HEX triplet: CB, 04 and 6A. RGB value is (203,4,106). Sum of RGB (Red+Green+Blue) = 203+4+106=313 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.86% from 313); Green value is 4 (1.95% from 255 or 1.28% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 203 - color contains mainly: red. Hex color #CB046A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB046A is #34FB95. Grayscale: #4A4A4A. Windows color (decimal): -3472278 or 6948043. OLE color: 6948043.

HSL color Cylindrical-coordinate representation of color #CB046A: hue angle of 329.25º 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 #CB046A is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 4 106 -
CMYK 0 0.98 0.48 0.20
HSL 329.25º 0.96% 0.41% -
HSV(B) 329.25º 0.98% 0.8% -
XYZ 27.27 13.82 14.87 -
YUV 75.13 145.43 219.21 -
System Red Green Blue C M Y K H S L
Decimal 203 4 106 0 0.98 0.48 0.20 329.25 0.96 0.41
Hex CB 4 6A 0 62 30 14 149 60 29
Octal 313 4 152 0 142 60 24 511 140 51
Binary 11001011 100 1101010 0 1100010 110000 10100 101001001 1100000 101001

Color Harmonies of #CB046A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB046A

Black with #CB046A

Text Example


Text Example

White with #CB046A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB046A; }

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

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

background-color css

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

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

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

border-color css

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

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

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