Html Css Color HEX #CF0169 Ruby

📋 copy color: '#CF0169'

red 207 ◦ green 1 ◦ blue 105

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

Shades of Ruby #CF0169

Tints of Ruby #CF0169

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 66.13%
G = 0.32%
B = 33.55%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CF0169 (or 0xCF0169) is known color: Ruby. HEX triplet: CF, 01 and 69. RGB value is (207,1,105). Sum of RGB (Red+Green+Blue) = 207+1+105=313 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.13% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0169 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0169 is #30FE96. Grayscale: #4A4A4A. Windows color (decimal): -3210903 or 6881743. OLE color: 6881743.

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

Color convert

RGB 207 1 105 -
CMYK 0 1.00 0.49 0.19
HSL 329.71º 0.99% 0.41% -
HSV(B) 329.71º 1% 0.81% -
XYZ 28.29 14.31 14.63 -
YUV 74.45 145.25 222.54 -
System Red Green Blue C M Y K H S L
Decimal 207 1 105 0 1.00 0.49 0.19 329.71 0.99 0.41
Hex CF 1 69 0 64 31 13 14A 63 29
Octal 317 1 151 0 144 61 23 512 143 51
Binary 11001111 1 1101001 0 1100100 110001 10011 101001010 1100011 101001

Color Harmonies of #CF0169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0169

Black with #CF0169

Text Example


Text Example

White with #CF0169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0169; }

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

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

background-color css

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

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

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

border-color css

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

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

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