Html Css Color HEX #CB0F64 Ruby

📋 copy color: '#CB0F64'

red 203 ◦ green 15 ◦ blue 100

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

Shades of Ruby #CB0F64

Tints of Ruby #CB0F64

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.72%

 BLUE value IS 100 (39.45% from 255) = 31.45%

R = 63.84%
G = 4.72%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CB0F64 (or 0xCB0F64) is known color: Ruby. HEX triplet: CB, 0F and 64. RGB value is (203,15,100). Sum of RGB (Red+Green+Blue) = 203+15+100=318 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.84% from 318); Green value is 15 (6.25% from 255 or 4.72% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0F64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0F64 is #34F09B. Grayscale: #505050. Windows color (decimal): -3469468 or 6557643. OLE color: 6557643.

HSL color Cylindrical-coordinate representation of color #CB0F64: hue angle of 332.87º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB0F64 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 15 100 -
CMYK 0 0.93 0.51 0.20
HSL 332.87º 0.86% 0.43% -
HSV(B) 332.87º 0.93% 0.8% -
XYZ 27.1 13.96 13.32 -
YUV 80.9 138.78 215.09 -
System Red Green Blue C M Y K H S L
Decimal 203 15 100 0 0.93 0.51 0.20 332.87 0.86 0.43
Hex CB F 64 0 5D 33 14 14D 56 2B
Octal 313 17 144 0 135 63 24 515 126 53
Binary 11001011 1111 1100100 0 1011101 110011 10100 101001101 1010110 101011

Color Harmonies of #CB0F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0F64

Black with #CB0F64

Text Example


Text Example

White with #CB0F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0F64; }

 p { color: rgb(203,15,100); }

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

background-color css

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

 a { background-color: rgb(203,15,100); }

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

border-color css

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

 span { border-color: rgb(203,15,100); }

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