Html Css Color HEX #CF5202 Tenne (Tawny)

📋 copy color: '#CF5202'

red 207 ◦ green 82 ◦ blue 2

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

Shades of Tenne (Tawny) #CF5202

Tints of Tenne (Tawny) #CF5202

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.18%

 BLUE value IS 2 (1.17% from 255) = 0.69%

R = 71.13%
G = 28.18%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CF5202 (or 0xCF5202) is known color: Tenne (Tawny). HEX triplet: CF, 52 and 02. RGB value is (207,82,2). Sum of RGB (Red+Green+Blue) = 207+82+2=291 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.13% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5202 is #30ADFD. Grayscale: #6E6E6E. Windows color (decimal): -3190270 or 152271. OLE color: 152271.

HSL color Cylindrical-coordinate representation of color #CF5202: hue angle of 23.41º degrees, saturation: 0.98, 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 #CF5202 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 82 2 -
CMYK 0 0.60 0.99 0.19
HSL 23.41º 0.98% 0.41% -
HSV(B) 23.41º 0.99% 0.81% -
XYZ 28.76 19.3 2.27 -
YUV 110.26 66.91 197 -
System Red Green Blue C M Y K H S L
Decimal 207 82 2 0 0.60 0.99 0.19 23.41 0.98 0.41
Hex CF 52 2 0 3C 63 13 17 62 29
Octal 317 122 2 0 74 143 23 27 142 51
Binary 11001111 1010010 10 0 111100 1100011 10011 10111 1100010 101001

Color Harmonies of #CF5202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5202

Black with #CF5202

Text Example


Text Example

White with #CF5202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5202; }

 p { color: rgb(207,82,2); }

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

background-color css

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

 a { background-color: rgb(207,82,2); }

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

border-color css

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

 span { border-color: rgb(207,82,2); }

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