Html Css Color HEX #CB1968 Ruby

📋 copy color: '#CB1968'

red 203 ◦ green 25 ◦ blue 104

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

Shades of Ruby #CB1968

Tints of Ruby #CB1968

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.53%

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

R = 61.14%
G = 7.53%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CB1968 (or 0xCB1968) is known color: Ruby. HEX triplet: CB, 19 and 68. RGB value is (203,25,104). Sum of RGB (Red+Green+Blue) = 203+25+104=332 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.14% from 332); Green value is 25 (10.16% from 255 or 7.53% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1968 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1968 is #34E697. Grayscale: #575757. Windows color (decimal): -3466904 or 6822347. OLE color: 6822347.

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

Color convert

RGB 203 25 104 -
CMYK 0 0.88 0.49 0.20
HSL 333.37º 0.78% 0.45% -
HSV(B) 333.37º 0.88% 0.8% -
XYZ 27.47 14.39 14.43 -
YUV 87.23 137.47 210.58 -
System Red Green Blue C M Y K H S L
Decimal 203 25 104 0 0.88 0.49 0.20 333.37 0.78 0.45
Hex CB 19 68 0 58 31 14 14D 4E 2D
Octal 313 31 150 0 130 61 24 515 116 55
Binary 11001011 11001 1101000 0 1011000 110001 10100 101001101 1001110 101101

Color Harmonies of #CB1968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1968

Black with #CB1968

Text Example


Text Example

White with #CB1968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1968; }

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

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

background-color css

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

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

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

border-color css

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

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

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