Html Css Color HEX #CF006A Ruby

📋 copy color: '#CF006A'

red 207 ◦ green 0 ◦ blue 106

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

Shades of Ruby #CF006A

Tints of Ruby #CF006A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 66.13%
G = 0%
B = 33.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CF006A (or 0xCF006A) is known color: Ruby. HEX triplet: CF, 00 and 6A. RGB value is (207,0,106). Sum of RGB (Red+Green+Blue) = 207+0+106=313 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.13% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 207 - color contains mainly: red. Hex color #CF006A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF006A is #30FF95. Grayscale: #494949. Windows color (decimal): -3211158 or 6947023. OLE color: 6947023.

HSL color Cylindrical-coordinate representation of color #CF006A: hue angle of 329.28º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF006A is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 0 106 -
CMYK 0 1 0.49 0.19
HSL 329.28º 1% 0.41% -
HSV(B) 329.28º 1% 0.81% -
XYZ 28.33 14.31 14.9 -
YUV 73.98 146.08 222.88 -
System Red Green Blue C M Y K H S L
Decimal 207 0 106 0 1 0.49 0.19 329.28 1 0.41
Hex CF 0 6A 0 64 31 13 149 64 29
Octal 317 0 152 0 144 61 23 511 144 51
Binary 11001111 0 1101010 0 1100100 110001 10011 101001001 1100100 101001

Color Harmonies of #CF006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF006A

Black with #CF006A

Text Example


Text Example

White with #CF006A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF006A; }

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

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

background-color css

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

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

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

border-color css

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

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

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