Html Css Color HEX #CB0467 Ruby

📋 copy color: '#CB0467'

red 203 ◦ green 4 ◦ blue 103

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

Shades of Ruby #CB0467

Tints of Ruby #CB0467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 33.23%

R = 65.48%
G = 1.29%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CB0467 (or 0xCB0467) is known color: Ruby. HEX triplet: CB, 04 and 67. RGB value is (203,4,103). Sum of RGB (Red+Green+Blue) = 203+4+103=310 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.48% from 310); Green value is 4 (1.95% from 255 or 1.29% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0467 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0467 is #34FB98. Grayscale: #4A4A4A. Windows color (decimal): -3472281 or 6751435. OLE color: 6751435.

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

Color convert

RGB 203 4 103 -
CMYK 0 0.98 0.49 0.20
HSL 330.15º 0.96% 0.41% -
HSV(B) 330.15º 0.98% 0.8% -
XYZ 27.12 13.76 14.06 -
YUV 74.79 143.93 219.45 -
System Red Green Blue C M Y K H S L
Decimal 203 4 103 0 0.98 0.49 0.20 330.15 0.96 0.41
Hex CB 4 67 0 62 31 14 14A 60 29
Octal 313 4 147 0 142 61 24 512 140 51
Binary 11001011 100 1100111 0 1100010 110001 10100 101001010 1100000 101001

Color Harmonies of #CB0467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0467

Black with #CB0467

Text Example


Text Example

White with #CB0467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0467; }

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

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

background-color css

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

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

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

border-color css

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

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

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