Html Css Color HEX #CF550A Tenne (Tawny)

📋 copy color: '#CF550A'

red 207 ◦ green 85 ◦ blue 10

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

Shades of Tenne (Tawny) #CF550A

Tints of Tenne (Tawny) #CF550A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.31%

R = 68.54%
G = 28.15%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CF550A (or 0xCF550A) is known color: Tenne (Tawny). HEX triplet: CF, 55 and 0A. RGB value is (207,85,10). Sum of RGB (Red+Green+Blue) = 207+85+10=302 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.54% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 10 (4.30% from 255 or 3.31% from 302); Max value from RGB is 207 - color contains mainly: red. Hex color #CF550A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF550A is #30AAF5. Grayscale: #717171. Windows color (decimal): -3189494 or 677327. OLE color: 677327.

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

Color convert

RGB 207 85 10 -
CMYK 0 0.59 0.95 0.19
HSL 22.84º 0.91% 0.43% -
HSV(B) 22.84º 0.95% 0.81% -
XYZ 29.04 19.78 2.58 -
YUV 112.93 69.92 195.1 -
System Red Green Blue C M Y K H S L
Decimal 207 85 10 0 0.59 0.95 0.19 22.84 0.91 0.43
Hex CF 55 A 0 3B 5F 13 17 5B 2B
Octal 317 125 12 0 73 137 23 27 133 53
Binary 11001111 1010101 1010 0 111011 1011111 10011 10111 1011011 101011

Color Harmonies of #CF550A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF550A

Black with #CF550A

Text Example


Text Example

White with #CF550A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF550A; }

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

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

background-color css

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

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

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

border-color css

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

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

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