Html Css Color HEX #CF0266 Ruby

📋 copy color: '#CF0266'

red 207 ◦ green 2 ◦ blue 102

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

Shades of Ruby #CF0266

Tints of Ruby #CF0266

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

 BLUE value IS 102 (40.23% from 255) = 32.8%

R = 66.56%
G = 0.64%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CF0266 (or 0xCF0266) is known color: Ruby. HEX triplet: CF, 02 and 66. RGB value is (207,2,102). Sum of RGB (Red+Green+Blue) = 207+2+102=311 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.56% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0266 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0266 is #30FD99. Grayscale: #4A4A4A. Windows color (decimal): -3210650 or 6685391. OLE color: 6685391.

HSL color Cylindrical-coordinate representation of color #CF0266: hue angle of 330.73º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF0266 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 2 102 -
CMYK 0 0.99 0.51 0.19
HSL 330.73º 0.98% 0.41% -
HSV(B) 330.73º 0.99% 0.81% -
XYZ 28.15 14.27 13.84 -
YUV 74.7 143.42 222.37 -
System Red Green Blue C M Y K H S L
Decimal 207 2 102 0 0.99 0.51 0.19 330.73 0.98 0.41
Hex CF 2 66 0 63 33 13 14B 62 29
Octal 317 2 146 0 143 63 23 513 142 51
Binary 11001111 10 1100110 0 1100011 110011 10011 101001011 1100010 101001

Color Harmonies of #CF0266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0266

Black with #CF0266

Text Example


Text Example

White with #CF0266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0266; }

 p { color: rgb(207,2,102); }

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

background-color css

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

 a { background-color: rgb(207,2,102); }

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

border-color css

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

 span { border-color: rgb(207,2,102); }

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