Html Css Color HEX #CF0D6C Ruby

📋 copy color: '#CF0D6C'

red 207 ◦ green 13 ◦ blue 108

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

Shades of Ruby #CF0D6C

Tints of Ruby #CF0D6C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.96%

 BLUE value IS 108 (42.58% from 255) = 32.93%

R = 63.11%
G = 3.96%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CF0D6C (or 0xCF0D6C) is known color: Ruby. HEX triplet: CF, 0D and 6C. RGB value is (207,13,108). Sum of RGB (Red+Green+Blue) = 207+13+108=328 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.11% from 328); Green value is 13 (5.47% from 255 or 3.96% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0D6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0D6C is #30F293. Grayscale: #515151. Windows color (decimal): -3207828 or 7081423. OLE color: 7081423.

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

Color convert

RGB 207 13 108 -
CMYK 0 0.94 0.48 0.19
HSL 330.62º 0.88% 0.43% -
HSV(B) 330.62º 0.94% 0.81% -
XYZ 28.58 14.64 15.51 -
YUV 81.84 142.77 217.28 -
System Red Green Blue C M Y K H S L
Decimal 207 13 108 0 0.94 0.48 0.19 330.62 0.88 0.43
Hex CF D 6C 0 5E 30 13 14B 58 2B
Octal 317 15 154 0 136 60 23 513 130 53
Binary 11001111 1101 1101100 0 1011110 110000 10011 101001011 1011000 101011

Color Harmonies of #CF0D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0D6C

Black with #CF0D6C

Text Example


Text Example

White with #CF0D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0D6C; }

 p { color: rgb(207,13,108); }

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

background-color css

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

 a { background-color: rgb(207,13,108); }

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

border-color css

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

 span { border-color: rgb(207,13,108); }

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