Html Css Color HEX #CB145F Ruby

📋 copy color: '#CB145F'

red 203 ◦ green 20 ◦ blue 95

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

Shades of Ruby #CB145F

Tints of Ruby #CB145F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.29%

 BLUE value IS 95 (37.5% from 255) = 29.87%

R = 63.84%
G = 6.29%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB145F (or 0xCB145F) is known color: Ruby. HEX triplet: CB, 14 and 5F. RGB value is (203,20,95). Sum of RGB (Red+Green+Blue) = 203+20+95=318 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.84% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 203 - color contains mainly: red. Hex color #CB145F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB145F is #34EBA0. Grayscale: #535353. Windows color (decimal): -3468193 or 6231243. OLE color: 6231243.

HSL color Cylindrical-coordinate representation of color #CB145F: hue angle of 335.41º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB145F is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 20 95 -
CMYK 0 0.90 0.53 0.20
HSL 335.41º 0.82% 0.44% -
HSV(B) 335.41º 0.9% 0.8% -
XYZ 26.94 14.02 12.11 -
YUV 83.27 134.63 213.4 -
System Red Green Blue C M Y K H S L
Decimal 203 20 95 0 0.90 0.53 0.20 335.41 0.82 0.44
Hex CB 14 5F 0 5A 35 14 14F 52 2C
Octal 313 24 137 0 132 65 24 517 122 54
Binary 11001011 10100 1011111 0 1011010 110101 10100 101001111 1010010 101100

Color Harmonies of #CB145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB145F

Black with #CB145F

Text Example


Text Example

White with #CB145F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB145F; }

 p { color: rgb(203,20,95); }

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

background-color css

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

 a { background-color: rgb(203,20,95); }

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

border-color css

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

 span { border-color: rgb(203,20,95); }

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