Html Css Color HEX #CF0761 Ruby

📋 copy color: '#CF0761'

red 207 ◦ green 7 ◦ blue 97

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

Shades of Ruby #CF0761

Tints of Ruby #CF0761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 31.19%

R = 66.56%
G = 2.25%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CF0761 (or 0xCF0761) is known color: Ruby. HEX triplet: CF, 07 and 61. RGB value is (207,7,97). Sum of RGB (Red+Green+Blue) = 207+7+97=311 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.56% from 311); Green value is 7 (3.12% from 255 or 2.25% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0761 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0761 is #30F89E. Grayscale: #4C4C4C. Windows color (decimal): -3209375 or 6358991. OLE color: 6358991.

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

Color convert

RGB 207 7 97 -
CMYK 0 0.97 0.53 0.19
HSL 333º 0.93% 0.42% -
HSV(B) 333º 0.97% 0.81% -
XYZ 27.97 14.28 12.59 -
YUV 77.06 139.26 220.68 -
System Red Green Blue C M Y K H S L
Decimal 207 7 97 0 0.97 0.53 0.19 333 0.93 0.42
Hex CF 7 61 0 61 35 13 14D 5D 2A
Octal 317 7 141 0 141 65 23 515 135 52
Binary 11001111 111 1100001 0 1100001 110101 10011 101001101 1011101 101010

Color Harmonies of #CF0761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0761

Black with #CF0761

Text Example


Text Example

White with #CF0761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0761; }

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

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

background-color css

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

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

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

border-color css

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

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

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