Html Css Color HEX #CF206B Ruby

📋 copy color: '#CF206B'

red 207 ◦ green 32 ◦ blue 107

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

Shades of Ruby #CF206B

Tints of Ruby #CF206B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.25%

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

R = 59.83%
G = 9.25%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CF206B (or 0xCF206B) is known color: Ruby. HEX triplet: CF, 20 and 6B. RGB value is (207,32,107). Sum of RGB (Red+Green+Blue) = 207+32+107=346 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.83% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 207 - color contains mainly: red. Hex color #CF206B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF206B is #30DF94. Grayscale: #5C5C5C. Windows color (decimal): -3202965 or 7020751. OLE color: 7020751.

HSL color Cylindrical-coordinate representation of color #CF206B: hue angle of 334.29º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF206B is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 32 107 -
CMYK 0 0.85 0.48 0.19
HSL 334.29º 0.73% 0.47% -
HSV(B) 334.29º 0.85% 0.81% -
XYZ 28.9 15.36 15.35 -
YUV 92.88 135.98 209.4 -
System Red Green Blue C M Y K H S L
Decimal 207 32 107 0 0.85 0.48 0.19 334.29 0.73 0.47
Hex CF 20 6B 0 55 30 13 14E 49 2F
Octal 317 40 153 0 125 60 23 516 111 57
Binary 11001111 100000 1101011 0 1010101 110000 10011 101001110 1001001 101111

Color Harmonies of #CF206B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF206B

Black with #CF206B

Text Example


Text Example

White with #CF206B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF206B; }

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

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

background-color css

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

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

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

border-color css

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

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

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