Html Css Color HEX #CF6202 Tenne (Tawny)

📋 copy color: '#CF6202'

red 207 ◦ green 98 ◦ blue 2

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

Shades of Tenne (Tawny) #CF6202

Tints of Tenne (Tawny) #CF6202

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.92%

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

R = 67.43%
G = 31.92%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CF6202 (or 0xCF6202) is known color: Tenne (Tawny). HEX triplet: CF, 62 and 02. RGB value is (207,98,2). Sum of RGB (Red+Green+Blue) = 207+98+2=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 2 (1.17% from 255 or 0.65% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6202 is #309DFD. Grayscale: #787878. Windows color (decimal): -3186174 or 156367. OLE color: 156367.

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

Color convert

RGB 207 98 2 -
CMYK 0 0.53 0.99 0.19
HSL 28.1º 0.98% 0.41% -
HSV(B) 28.1º 0.99% 0.81% -
XYZ 30.11 22.01 2.72 -
YUV 119.65 61.61 190.31 -
System Red Green Blue C M Y K H S L
Decimal 207 98 2 0 0.53 0.99 0.19 28.1 0.98 0.41
Hex CF 62 2 0 35 63 13 1C 62 29
Octal 317 142 2 0 65 143 23 34 142 51
Binary 11001111 1100010 10 0 110101 1100011 10011 11100 1100010 101001

Color Harmonies of #CF6202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6202

Black with #CF6202

Text Example


Text Example

White with #CF6202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6202; }

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

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

background-color css

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

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

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

border-color css

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

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

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