Html Css Color HEX #CF076A Ruby

📋 copy color: '#CF076A'

red 207 ◦ green 7 ◦ blue 106

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

Shades of Ruby #CF076A

Tints of Ruby #CF076A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.13%

R = 64.69%
G = 2.19%
B = 33.13%

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

#CF076A (or 0xCF076A) is known color: Ruby. HEX triplet: CF, 07 and 6A. RGB value is (207,7,106). Sum of RGB (Red+Green+Blue) = 207+7+106=320 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.69% from 320); Green value is 7 (3.12% from 255 or 2.19% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 207 - color contains mainly: red. Hex color #CF076A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF076A is #30F895. Grayscale: #4D4D4D. Windows color (decimal): -3209366 or 6948815. OLE color: 6948815.

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

Color convert

RGB 207 7 106 -
CMYK 0 0.97 0.49 0.19
HSL 330.3º 0.93% 0.42% -
HSV(B) 330.3º 0.97% 0.81% -
XYZ 28.41 14.46 14.93 -
YUV 78.09 143.76 219.95 -
System Red Green Blue C M Y K H S L
Decimal 207 7 106 0 0.97 0.49 0.19 330.3 0.93 0.42
Hex CF 7 6A 0 61 31 13 14A 5D 2A
Octal 317 7 152 0 141 61 23 512 135 52
Binary 11001111 111 1101010 0 1100001 110001 10011 101001010 1011101 101010

Color Harmonies of #CF076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF076A

Black with #CF076A

Text Example


Text Example

White with #CF076A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF076A; }

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

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

background-color css

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

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

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

border-color css

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

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

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