Html Css Color HEX #CF6702 Tenne (Tawny)

📋 copy color: '#CF6702'

red 207 ◦ green 103 ◦ blue 2

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

Shades of Tenne (Tawny) #CF6702

Tints of Tenne (Tawny) #CF6702

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.01%

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

R = 66.35%
G = 33.01%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CF6702 (or 0xCF6702) is known color: Tenne (Tawny). HEX triplet: CF, 67 and 02. RGB value is (207,103,2). Sum of RGB (Red+Green+Blue) = 207+103+2=312 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.35% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6702 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6702 is #3098FD. Grayscale: #7B7B7B. Windows color (decimal): -3184894 or 157647. OLE color: 157647.

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

Color convert

RGB 207 103 2 -
CMYK 0 0.50 0.99 0.19
HSL 29.56º 0.98% 0.41% -
HSV(B) 29.56º 0.99% 0.81% -
XYZ 30.59 22.97 2.88 -
YUV 122.58 59.96 188.21 -
System Red Green Blue C M Y K H S L
Decimal 207 103 2 0 0.50 0.99 0.19 29.56 0.98 0.41
Hex CF 67 2 0 32 63 13 1E 62 29
Octal 317 147 2 0 62 143 23 36 142 51
Binary 11001111 1100111 10 0 110010 1100011 10011 11110 1100010 101001

Color Harmonies of #CF6702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6702

Black with #CF6702

Text Example


Text Example

White with #CF6702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6702; }

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

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

background-color css

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

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

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

border-color css

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

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

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