Html Css Color HEX #CF1669 Ruby

📋 copy color: '#CF1669'

red 207 ◦ green 22 ◦ blue 105

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

Shades of Ruby #CF1669

Tints of Ruby #CF1669

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.59%

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

R = 61.98%
G = 6.59%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CF1669 (or 0xCF1669) is known color: Ruby. HEX triplet: CF, 16 and 69. RGB value is (207,22,105). Sum of RGB (Red+Green+Blue) = 207+22+105=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1669 is #30E996. Grayscale: #565656. Windows color (decimal): -3205527 or 6887119. OLE color: 6887119.

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

Color convert

RGB 207 22 105 -
CMYK 0 0.89 0.49 0.19
HSL 333.08º 0.81% 0.45% -
HSV(B) 333.08º 0.89% 0.81% -
XYZ 28.57 14.86 14.73 -
YUV 86.78 138.29 213.75 -
System Red Green Blue C M Y K H S L
Decimal 207 22 105 0 0.89 0.49 0.19 333.08 0.81 0.45
Hex CF 16 69 0 59 31 13 14D 51 2D
Octal 317 26 151 0 131 61 23 515 121 55
Binary 11001111 10110 1101001 0 1011001 110001 10011 101001101 1010001 101101

Color Harmonies of #CF1669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1669

Black with #CF1669

Text Example


Text Example

White with #CF1669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1669; }

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

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

background-color css

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

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

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

border-color css

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

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

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