Html Css Color HEX #CF096D Ruby

📋 copy color: '#CF096D'

red 207 ◦ green 9 ◦ blue 109

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

Shades of Ruby #CF096D

Tints of Ruby #CF096D

RGB

 RED value IS 207 (81.25% from 255) = 63.69%

 GREEN value IS 9 (3.91% from 255) = 2.77%

 BLUE value IS 109 (42.97% from 255) = 33.54%

R = 63.69%
G = 2.77%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF096D (or 0xCF096D) is known color: Ruby. HEX triplet: CF, 09 and 6D. RGB value is (207,9,109). Sum of RGB (Red+Green+Blue) = 207+9+109=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF096D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF096D is #30F692. Grayscale: #4F4F4F. Windows color (decimal): -3208851 or 7145935. OLE color: 7145935.

HSL color Cylindrical-coordinate representation of color #CF096D: hue angle of 329.7º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF096D is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 9 109 -
CMYK 0 0.96 0.47 0.19
HSL 329.7º 0.92% 0.42% -
HSV(B) 329.7º 0.96% 0.81% -
XYZ 28.59 14.56 15.77 -
YUV 79.6 144.6 218.87 -
System Red Green Blue C M Y K H S L
Decimal 207 9 109 0 0.96 0.47 0.19 329.7 0.92 0.42
Hex CF 9 6D 0 60 2F 13 14A 5C 2A
Octal 317 11 155 0 140 57 23 512 134 52
Binary 11001111 1001 1101101 0 1100000 101111 10011 101001010 1011100 101010

Color Harmonies of #CF096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF096D

Black with #CF096D

Text Example


Text Example

White with #CF096D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF096D; }

 p { color: rgb(207,9,109); }

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

background-color css

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

 a { background-color: rgb(207,9,109); }

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

border-color css

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

 span { border-color: rgb(207,9,109); }

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