Html Css Color HEX #CF0D6A Ruby

📋 copy color: '#CF0D6A'

red 207 ◦ green 13 ◦ blue 106

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

Shades of Ruby #CF0D6A

Tints of Ruby #CF0D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.52%

R = 63.5%
G = 3.99%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CF0D6A (or 0xCF0D6A) is known color: Ruby. HEX triplet: CF, 0D and 6A. RGB value is (207,13,106). Sum of RGB (Red+Green+Blue) = 207+13+106=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 13 (5.47% from 255 or 3.99% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0D6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0D6A is #30F295. Grayscale: #515151. Windows color (decimal): -3207830 or 6950351. OLE color: 6950351.

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

Color convert

RGB 207 13 106 -
CMYK 0 0.94 0.49 0.19
HSL 331.24º 0.88% 0.43% -
HSV(B) 331.24º 0.94% 0.81% -
XYZ 28.48 14.59 14.95 -
YUV 81.61 141.77 217.44 -
System Red Green Blue C M Y K H S L
Decimal 207 13 106 0 0.94 0.49 0.19 331.24 0.88 0.43
Hex CF D 6A 0 5E 31 13 14B 58 2B
Octal 317 15 152 0 136 61 23 513 130 53
Binary 11001111 1101 1101010 0 1011110 110001 10011 101001011 1011000 101011

Color Harmonies of #CF0D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0D6A

Black with #CF0D6A

Text Example


Text Example

White with #CF0D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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