Html Css Color HEX #CF0768 Ruby

📋 copy color: '#CF0768'

red 207 ◦ green 7 ◦ blue 104

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

Shades of Ruby #CF0768

Tints of Ruby #CF0768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 32.7%

R = 65.09%
G = 2.2%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CF0768 (or 0xCF0768) is known color: Ruby. HEX triplet: CF, 07 and 68. RGB value is (207,7,104). Sum of RGB (Red+Green+Blue) = 207+7+104=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 7 (3.12% from 255 or 2.20% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0768 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0768 is #30F897. Grayscale: #4D4D4D. Windows color (decimal): -3209368 or 6817743. OLE color: 6817743.

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

Color convert

RGB 207 7 104 -
CMYK 0 0.97 0.50 0.19
HSL 330.9º 0.93% 0.42% -
HSV(B) 330.9º 0.97% 0.81% -
XYZ 28.31 14.42 14.39 -
YUV 77.86 142.76 220.11 -
System Red Green Blue C M Y K H S L
Decimal 207 7 104 0 0.97 0.50 0.19 330.9 0.93 0.42
Hex CF 7 68 0 61 32 13 14B 5D 2A
Octal 317 7 150 0 141 62 23 513 135 52
Binary 11001111 111 1101000 0 1100001 110010 10011 101001011 1011101 101010

Color Harmonies of #CF0768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0768

Black with #CF0768

Text Example


Text Example

White with #CF0768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0768; }

 p { color: rgb(207,7,104); }

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

background-color css

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

 a { background-color: rgb(207,7,104); }

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

border-color css

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

 span { border-color: rgb(207,7,104); }

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