Html Css Color HEX #CD076B Ruby

📋 copy color: '#CD076B'

red 205 ◦ green 7 ◦ blue 107

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

Shades of Ruby #CD076B

Tints of Ruby #CD076B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.19%

 BLUE value IS 107 (42.19% from 255) = 33.54%

R = 64.26%
G = 2.19%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CD076B (or 0xCD076B) is known color: Ruby. HEX triplet: CD, 07 and 6B. RGB value is (205,7,107). Sum of RGB (Red+Green+Blue) = 205+7+107=319 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.26% from 319); Green value is 7 (3.12% from 255 or 2.19% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 205 - color contains mainly: red. Hex color #CD076B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD076B is #32F894. Grayscale: #4D4D4D. Windows color (decimal): -3340437 or 7014349. OLE color: 7014349.

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

Color convert

RGB 205 7 107 -
CMYK 0 0.97 0.48 0.20
HSL 329.7º 0.93% 0.42% -
HSV(B) 329.7º 0.97% 0.8% -
XYZ 27.91 14.19 15.18 -
YUV 77.6 144.6 218.87 -
System Red Green Blue C M Y K H S L
Decimal 205 7 107 0 0.97 0.48 0.20 329.7 0.93 0.42
Hex CD 7 6B 0 61 30 14 14A 5D 2A
Octal 315 7 153 0 141 60 24 512 135 52
Binary 11001101 111 1101011 0 1100001 110000 10100 101001010 1011101 101010

Color Harmonies of #CD076B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD076B

Black with #CD076B

Text Example


Text Example

White with #CD076B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD076B; }

 p { color: rgb(205,7,107); }

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

background-color css

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

 a { background-color: rgb(205,7,107); }

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

border-color css

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

 span { border-color: rgb(205,7,107); }

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