Html Css Color HEX #CB0968 Ruby

📋 copy color: '#CB0968'

red 203 ◦ green 9 ◦ blue 104

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

Shades of Ruby #CB0968

Tints of Ruby #CB0968

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.85%

 BLUE value IS 104 (41.02% from 255) = 32.91%

R = 64.24%
G = 2.85%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CB0968 (or 0xCB0968) is known color: Ruby. HEX triplet: CB, 09 and 68. RGB value is (203,9,104). Sum of RGB (Red+Green+Blue) = 203+9+104=316 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.24% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0968 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0968 is #34F697. Grayscale: #4D4D4D. Windows color (decimal): -3471000 or 6818251. OLE color: 6818251.

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

Color convert

RGB 203 9 104 -
CMYK 0 0.96 0.49 0.20
HSL 330.62º 0.92% 0.42% -
HSV(B) 330.62º 0.96% 0.8% -
XYZ 27.22 13.89 14.34 -
YUV 77.84 142.77 217.28 -
System Red Green Blue C M Y K H S L
Decimal 203 9 104 0 0.96 0.49 0.20 330.62 0.92 0.42
Hex CB 9 68 0 60 31 14 14B 5C 2A
Octal 313 11 150 0 140 61 24 513 134 52
Binary 11001011 1001 1101000 0 1100000 110001 10100 101001011 1011100 101010

Color Harmonies of #CB0968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0968

Black with #CB0968

Text Example


Text Example

White with #CB0968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0968; }

 p { color: rgb(203,9,104); }

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

background-color css

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

 a { background-color: rgb(203,9,104); }

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

border-color css

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

 span { border-color: rgb(203,9,104); }

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