Html Css Color HEX #CF0D69 Ruby

📋 copy color: '#CF0D69'

red 207 ◦ green 13 ◦ blue 105

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

Shades of Ruby #CF0D69

Tints of Ruby #CF0D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 32.31%

R = 63.69%
G = 4%
B = 32.31%

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

#CF0D69 (or 0xCF0D69) is known color: Ruby. HEX triplet: CF, 0D and 69. RGB value is (207,13,105). Sum of RGB (Red+Green+Blue) = 207+13+105=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 13 (5.47% from 255 or 4% from 325); Blue value is 105 (41.41% from 255 or 32.31% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0D69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0D69 is #30F296. Grayscale: #515151. Windows color (decimal): -3207831 or 6884815. OLE color: 6884815.

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

Color convert

RGB 207 13 105 -
CMYK 0 0.94 0.49 0.19
HSL 331.55º 0.88% 0.43% -
HSV(B) 331.55º 0.94% 0.81% -
XYZ 28.43 14.57 14.68 -
YUV 81.49 141.27 217.52 -
System Red Green Blue C M Y K H S L
Decimal 207 13 105 0 0.94 0.49 0.19 331.55 0.88 0.43
Hex CF D 69 0 5E 31 13 14C 58 2B
Octal 317 15 151 0 136 61 23 514 130 53
Binary 11001111 1101 1101001 0 1011110 110001 10011 101001100 1011000 101011

Color Harmonies of #CF0D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0D69

Black with #CF0D69

Text Example


Text Example

White with #CF0D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0D69; }

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

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

background-color css

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

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

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

border-color css

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

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

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