Html Css Color HEX #CF0769 Ruby

📋 copy color: '#CF0769'

red 207 ◦ green 7 ◦ blue 105

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

Shades of Ruby #CF0769

Tints of Ruby #CF0769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 32.92%

R = 64.89%
G = 2.19%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CF0769 (or 0xCF0769) is known color: Ruby. HEX triplet: CF, 07 and 69. RGB value is (207,7,105). Sum of RGB (Red+Green+Blue) = 207+7+105=319 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.89% from 319); Green value is 7 (3.12% from 255 or 2.19% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0769 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0769 is #30F896. Grayscale: #4D4D4D. Windows color (decimal): -3209367 or 6883279. OLE color: 6883279.

HSL color Cylindrical-coordinate representation of color #CF0769: hue angle of 330.6º 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 #CF0769 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 7 105 -
CMYK 0 0.97 0.49 0.19
HSL 330.6º 0.93% 0.42% -
HSV(B) 330.6º 0.97% 0.81% -
XYZ 28.36 14.44 14.66 -
YUV 77.97 143.26 220.03 -
System Red Green Blue C M Y K H S L
Decimal 207 7 105 0 0.97 0.49 0.19 330.6 0.93 0.42
Hex CF 7 69 0 61 31 13 14B 5D 2A
Octal 317 7 151 0 141 61 23 513 135 52
Binary 11001111 111 1101001 0 1100001 110001 10011 101001011 1011101 101010

Color Harmonies of #CF0769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0769

Black with #CF0769

Text Example


Text Example

White with #CF0769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0769; }

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

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

background-color css

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

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

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

border-color css

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

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

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