Html Css Color HEX #CD0B5F Ruby

📋 copy color: '#CD0B5F'

red 205 ◦ green 11 ◦ blue 95

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

Shades of Ruby #CD0B5F

Tints of Ruby #CD0B5F

RGB

 RED value IS 205 (80.47% from 255) = 65.92%

 GREEN value IS 11 (4.69% from 255) = 3.54%

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

R = 65.92%
G = 3.54%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CD0B5F (or 0xCD0B5F) is known color: Ruby. HEX triplet: CD, 0B and 5F. RGB value is (205,11,95). Sum of RGB (Red+Green+Blue) = 205+11+95=311 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.92% from 311); Green value is 11 (4.69% from 255 or 3.54% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0B5F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0B5F is #32F4A0. Grayscale: #4E4E4E. Windows color (decimal): -3339425 or 6228941. OLE color: 6228941.

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

Color convert

RGB 205 11 95 -
CMYK 0 0.95 0.54 0.20
HSL 334.02º 0.9% 0.42% -
HSV(B) 334.02º 0.95% 0.8% -
XYZ 27.36 14.04 12.1 -
YUV 78.58 137.27 218.17 -
System Red Green Blue C M Y K H S L
Decimal 205 11 95 0 0.95 0.54 0.20 334.02 0.9 0.42
Hex CD B 5F 0 5F 36 14 14E 5A 2A
Octal 315 13 137 0 137 66 24 516 132 52
Binary 11001101 1011 1011111 0 1011111 110110 10100 101001110 1011010 101010

Color Harmonies of #CD0B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0B5F

Black with #CD0B5F

Text Example


Text Example

White with #CD0B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0B5F; }

 p { color: rgb(205,11,95); }

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

background-color css

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

 a { background-color: rgb(205,11,95); }

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

border-color css

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

 span { border-color: rgb(205,11,95); }

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