Html Css Color HEX #CF156B Ruby

📋 copy color: '#CF156B'

red 207 ◦ green 21 ◦ blue 107

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

Shades of Ruby #CF156B

Tints of Ruby #CF156B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.27%

 BLUE value IS 107 (42.19% from 255) = 31.94%

R = 61.79%
G = 6.27%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CF156B (or 0xCF156B) is known color: Ruby. HEX triplet: CF, 15 and 6B. RGB value is (207,21,107). Sum of RGB (Red+Green+Blue) = 207+21+107=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF156B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF156B is #30EA94. Grayscale: #565656. Windows color (decimal): -3205781 or 7017935. OLE color: 7017935.

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

Color convert

RGB 207 21 107 -
CMYK 0 0.90 0.48 0.19
HSL 332.26º 0.82% 0.45% -
HSV(B) 332.26º 0.9% 0.81% -
XYZ 28.65 14.86 15.27 -
YUV 86.42 139.62 214.01 -
System Red Green Blue C M Y K H S L
Decimal 207 21 107 0 0.90 0.48 0.19 332.26 0.82 0.45
Hex CF 15 6B 0 5A 30 13 14C 52 2D
Octal 317 25 153 0 132 60 23 514 122 55
Binary 11001111 10101 1101011 0 1011010 110000 10011 101001100 1010010 101101

Color Harmonies of #CF156B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF156B

Black with #CF156B

Text Example


Text Example

White with #CF156B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF156B; }

 p { color: rgb(207,21,107); }

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

background-color css

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

 a { background-color: rgb(207,21,107); }

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

border-color css

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

 span { border-color: rgb(207,21,107); }

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