Html Css Color HEX #CF6503 Tenne (Tawny)

📋 copy color: '#CF6503'

red 207 ◦ green 101 ◦ blue 3

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

Shades of Tenne (Tawny) #CF6503

Tints of Tenne (Tawny) #CF6503

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.48%

 BLUE value IS 3 (1.56% from 255) = 0.96%

R = 66.56%
G = 32.48%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CF6503 (or 0xCF6503) is known color: Tenne (Tawny). HEX triplet: CF, 65 and 03. RGB value is (207,101,3). Sum of RGB (Red+Green+Blue) = 207+101+3=311 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.56% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 3 (1.56% from 255 or 0.96% from 311); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6503 is #309AFC. Grayscale: #7A7A7A. Windows color (decimal): -3185405 or 222671. OLE color: 222671.

HSL color Cylindrical-coordinate representation of color #CF6503: hue angle of 28.82º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF6503 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 101 3 -
CMYK 0 0.51 0.99 0.19
HSL 28.82º 0.97% 0.41% -
HSV(B) 28.82º 0.99% 0.81% -
XYZ 30.4 22.58 2.84 -
YUV 121.52 61.12 188.97 -
System Red Green Blue C M Y K H S L
Decimal 207 101 3 0 0.51 0.99 0.19 28.82 0.97 0.41
Hex CF 65 3 0 33 63 13 1D 61 29
Octal 317 145 3 0 63 143 23 35 141 51
Binary 11001111 1100101 11 0 110011 1100011 10011 11101 1100001 101001

Color Harmonies of #CF6503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6503

Black with #CF6503

Text Example


Text Example

White with #CF6503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6503; }

 p { color: rgb(207,101,3); }

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

background-color css

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

 a { background-color: rgb(207,101,3); }

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

border-color css

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

 span { border-color: rgb(207,101,3); }

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