Html Css Color HEX #CD0167 Ruby

📋 copy color: '#CD0167'

red 205 ◦ green 1 ◦ blue 103

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

Shades of Ruby #CD0167

Tints of Ruby #CD0167

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 103 (40.63% from 255) = 33.33%

R = 66.34%
G = 0.32%
B = 33.33%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CD0167 (or 0xCD0167) is known color: Ruby. HEX triplet: CD, 01 and 67. RGB value is (205,1,103). Sum of RGB (Red+Green+Blue) = 205+1+103=309 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.34% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 103 (40.62% from 255 or 33.33% from 309); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0167 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0167 is #32FE98. Grayscale: #494949. Windows color (decimal): -3341977 or 6750669. OLE color: 6750669.

HSL color Cylindrical-coordinate representation of color #CD0167: hue angle of 330º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD0167 is Cyan = 0, Magento = 1.00, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 1 103 -
CMYK 0 1.00 0.50 0.20
HSL 330º 0.99% 0.4% -
HSV(B) 330º 1% 0.8% -
XYZ 27.64 13.98 14.07 -
YUV 73.62 144.59 221.71 -
System Red Green Blue C M Y K H S L
Decimal 205 1 103 0 1.00 0.50 0.20 330 0.99 0.4
Hex CD 1 67 0 64 32 14 14A 63 28
Octal 315 1 147 0 144 62 24 512 143 50
Binary 11001101 1 1100111 0 1100100 110010 10100 101001010 1100011 101000

Color Harmonies of #CD0167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0167

Black with #CD0167

Text Example


Text Example

White with #CD0167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0167; }

 p { color: rgb(205,1,103); }

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

background-color css

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

 a { background-color: rgb(205,1,103); }

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

border-color css

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

 span { border-color: rgb(205,1,103); }

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