Html Css Color HEX #CF095C Ruby

📋 copy color: '#CF095C'

red 207 ◦ green 9 ◦ blue 92

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

Shades of Ruby #CF095C

Tints of Ruby #CF095C

RGB

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

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

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

R = 67.21%
G = 2.92%
B = 29.87%

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

#CF095C (or 0xCF095C) is known color: Ruby. HEX triplet: CF, 09 and 5C. RGB value is (207,9,92). Sum of RGB (Red+Green+Blue) = 207+9+92=308 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.21% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 207 - color contains mainly: red. Hex color #CF095C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF095C is #30F6A3. Grayscale: #4D4D4D. Windows color (decimal): -3208868 or 6031823. OLE color: 6031823.

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

Color convert

RGB 207 9 92 -
CMYK 0 0.96 0.56 0.19
HSL 334.85º 0.92% 0.42% -
HSV(B) 334.85º 0.96% 0.81% -
XYZ 27.76 14.23 11.41 -
YUV 77.66 136.1 220.25 -
System Red Green Blue C M Y K H S L
Decimal 207 9 92 0 0.96 0.56 0.19 334.85 0.92 0.42
Hex CF 9 5C 0 60 38 13 14F 5C 2A
Octal 317 11 134 0 140 70 23 517 134 52
Binary 11001111 1001 1011100 0 1100000 111000 10011 101001111 1011100 101010

Color Harmonies of #CF095C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF095C

Black with #CF095C

Text Example


Text Example

White with #CF095C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF095C; }

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

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

background-color css

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

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

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

border-color css

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

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

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