Html Css Color HEX #CF175C Ruby

📋 copy color: '#CF175C'

red 207 ◦ green 23 ◦ blue 92

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

Shades of Ruby #CF175C

Tints of Ruby #CF175C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.14%

 BLUE value IS 92 (36.33% from 255) = 28.57%

R = 64.29%
G = 7.14%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF175C (or 0xCF175C) is known color: Ruby. HEX triplet: CF, 17 and 5C. RGB value is (207,23,92). Sum of RGB (Red+Green+Blue) = 207+23+92=322 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.29% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 207 - color contains mainly: red. Hex color #CF175C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF175C is #30E8A3. Grayscale: #555555. Windows color (decimal): -3205284 or 6035407. OLE color: 6035407.

HSL color Cylindrical-coordinate representation of color #CF175C: hue angle of 337.5º degrees, saturation: 0.8, 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 #CF175C is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 23 92 -
CMYK 0 0.89 0.56 0.19
HSL 337.5º 0.8% 0.45% -
HSV(B) 337.5º 0.89% 0.81% -
XYZ 27.97 14.65 11.48 -
YUV 85.88 131.46 214.39 -
System Red Green Blue C M Y K H S L
Decimal 207 23 92 0 0.89 0.56 0.19 337.5 0.8 0.45
Hex CF 17 5C 0 59 38 13 152 50 2D
Octal 317 27 134 0 131 70 23 522 120 55
Binary 11001111 10111 1011100 0 1011001 111000 10011 101010010 1010000 101101

Color Harmonies of #CF175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF175C

Black with #CF175C

Text Example


Text Example

White with #CF175C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF175C; }

 p { color: rgb(207,23,92); }

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

background-color css

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

 a { background-color: rgb(207,23,92); }

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

border-color css

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

 span { border-color: rgb(207,23,92); }

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