Html Css Color HEX #CB0969 Ruby

📋 copy color: '#CB0969'

red 203 ◦ green 9 ◦ blue 105

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

Shades of Ruby #CB0969

Tints of Ruby #CB0969

RGB

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

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

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

R = 64.04%
G = 2.84%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CB0969 (or 0xCB0969) is known color: Ruby. HEX triplet: CB, 09 and 69. RGB value is (203,9,105). Sum of RGB (Red+Green+Blue) = 203+9+105=317 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.04% from 317); Green value is 9 (3.91% from 255 or 2.84% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0969 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0969 is #34F696. Grayscale: #4D4D4D. Windows color (decimal): -3470999 or 6883787. OLE color: 6883787.

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

Color convert

RGB 203 9 105 -
CMYK 0 0.96 0.48 0.20
HSL 330.31º 0.92% 0.42% -
HSV(B) 330.31º 0.96% 0.8% -
XYZ 27.28 13.91 14.61 -
YUV 77.95 143.27 217.19 -
System Red Green Blue C M Y K H S L
Decimal 203 9 105 0 0.96 0.48 0.20 330.31 0.92 0.42
Hex CB 9 69 0 60 30 14 14A 5C 2A
Octal 313 11 151 0 140 60 24 512 134 52
Binary 11001011 1001 1101001 0 1100000 110000 10100 101001010 1011100 101010

Color Harmonies of #CB0969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0969

Black with #CB0969

Text Example


Text Example

White with #CB0969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0969; }

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

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

background-color css

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

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

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

border-color css

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

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

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