Html Css Color HEX #CF550C Tenne (Tawny)

📋 copy color: '#CF550C'

red 207 ◦ green 85 ◦ blue 12

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

Shades of Tenne (Tawny) #CF550C

Tints of Tenne (Tawny) #CF550C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.96%

 BLUE value IS 12 (5.08% from 255) = 3.95%

R = 68.09%
G = 27.96%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CF550C (or 0xCF550C) is known color: Tenne (Tawny). HEX triplet: CF, 55 and 0C. RGB value is (207,85,12). Sum of RGB (Red+Green+Blue) = 207+85+12=304 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.09% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 207 - color contains mainly: red. Hex color #CF550C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF550C is #30AAF3. Grayscale: #717171. Windows color (decimal): -3189492 or 808399. OLE color: 808399.

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

Color convert

RGB 207 85 12 -
CMYK 0 0.59 0.94 0.19
HSL 22.46º 0.89% 0.43% -
HSV(B) 22.46º 0.94% 0.81% -
XYZ 29.05 19.79 2.64 -
YUV 113.16 70.92 194.94 -
System Red Green Blue C M Y K H S L
Decimal 207 85 12 0 0.59 0.94 0.19 22.46 0.89 0.43
Hex CF 55 C 0 3B 5E 13 16 59 2B
Octal 317 125 14 0 73 136 23 26 131 53
Binary 11001111 1010101 1100 0 111011 1011110 10011 10110 1011001 101011

Color Harmonies of #CF550C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF550C

Black with #CF550C

Text Example


Text Example

White with #CF550C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF550C; }

 p { color: rgb(207,85,12); }

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

background-color css

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

 a { background-color: rgb(207,85,12); }

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

border-color css

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

 span { border-color: rgb(207,85,12); }

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