Html Css Color HEX #CF095B Ruby

📋 copy color: '#CF095B'

red 207 ◦ green 9 ◦ blue 91

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

Shades of Ruby #CF095B

Tints of Ruby #CF095B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.93%

 BLUE value IS 91 (35.94% from 255) = 29.64%

R = 67.43%
G = 2.93%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF095B (or 0xCF095B) is known color: Ruby. HEX triplet: CF, 09 and 5B. RGB value is (207,9,91). Sum of RGB (Red+Green+Blue) = 207+9+91=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF095B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF095B is #30F6A4. Grayscale: #4D4D4D. Windows color (decimal): -3208869 or 5966287. OLE color: 5966287.

HSL color Cylindrical-coordinate representation of color #CF095B: hue angle of 335.15º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF095B is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 9 91 -
CMYK 0 0.96 0.56 0.19
HSL 335.15º 0.92% 0.42% -
HSV(B) 335.15º 0.96% 0.81% -
XYZ 27.72 14.22 11.18 -
YUV 77.55 135.6 220.33 -
System Red Green Blue C M Y K H S L
Decimal 207 9 91 0 0.96 0.56 0.19 335.15 0.92 0.42
Hex CF 9 5B 0 60 38 13 14F 5C 2A
Octal 317 11 133 0 140 70 23 517 134 52
Binary 11001111 1001 1011011 0 1100000 111000 10011 101001111 1011100 101010

Color Harmonies of #CF095B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF095B

Black with #CF095B

Text Example


Text Example

White with #CF095B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF095B; }

 p { color: rgb(207,9,91); }

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

background-color css

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

 a { background-color: rgb(207,9,91); }

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

border-color css

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

 span { border-color: rgb(207,9,91); }

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