Html Css Color HEX #CF0765 Ruby

📋 copy color: '#CF0765'

red 207 ◦ green 7 ◦ blue 101

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

Shades of Ruby #CF0765

Tints of Ruby #CF0765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.06%

R = 65.71%
G = 2.22%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CF0765 (or 0xCF0765) is known color: Ruby. HEX triplet: CF, 07 and 65. RGB value is (207,7,101). Sum of RGB (Red+Green+Blue) = 207+7+101=315 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.71% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0765 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0765 is #30F89A. Grayscale: #4D4D4D. Windows color (decimal): -3209371 or 6621135. OLE color: 6621135.

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

Color convert

RGB 207 7 101 -
CMYK 0 0.97 0.51 0.19
HSL 331.8º 0.93% 0.42% -
HSV(B) 331.8º 0.97% 0.81% -
XYZ 28.16 14.36 13.6 -
YUV 77.52 141.26 220.36 -
System Red Green Blue C M Y K H S L
Decimal 207 7 101 0 0.97 0.51 0.19 331.8 0.93 0.42
Hex CF 7 65 0 61 33 13 14C 5D 2A
Octal 317 7 145 0 141 63 23 514 135 52
Binary 11001111 111 1100101 0 1100001 110011 10011 101001100 1011101 101010

Color Harmonies of #CF0765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0765

Black with #CF0765

Text Example


Text Example

White with #CF0765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0765; }

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

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

background-color css

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

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

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

border-color css

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

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

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