Html Css Color HEX #CB046B Ruby

📋 copy color: '#CB046B'

red 203 ◦ green 4 ◦ blue 107

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

Shades of Ruby #CB046B

Tints of Ruby #CB046B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.08%

R = 64.65%
G = 1.27%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB046B (or 0xCB046B) is known color: Ruby. HEX triplet: CB, 04 and 6B. RGB value is (203,4,107). Sum of RGB (Red+Green+Blue) = 203+4+107=314 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.65% from 314); Green value is 4 (1.95% from 255 or 1.27% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 203 - color contains mainly: red. Hex color #CB046B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB046B is #34FB94. Grayscale: #4B4B4B. Windows color (decimal): -3472277 or 7013579. OLE color: 7013579.

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

Color convert

RGB 203 4 107 -
CMYK 0 0.98 0.47 0.20
HSL 328.94º 0.96% 0.41% -
HSV(B) 328.94º 0.98% 0.8% -
XYZ 27.33 13.84 15.14 -
YUV 75.24 145.93 219.12 -
System Red Green Blue C M Y K H S L
Decimal 203 4 107 0 0.98 0.47 0.20 328.94 0.96 0.41
Hex CB 4 6B 0 62 2F 14 149 60 29
Octal 313 4 153 0 142 57 24 511 140 51
Binary 11001011 100 1101011 0 1100010 101111 10100 101001001 1100000 101001

Color Harmonies of #CB046B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB046B

Black with #CB046B

Text Example


Text Example

White with #CB046B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB046B; }

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

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

background-color css

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

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

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

border-color css

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

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

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