Html Css Color HEX #CF6602 Tenne (Tawny)

📋 copy color: '#CF6602'

red 207 ◦ green 102 ◦ blue 2

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

Shades of Tenne (Tawny) #CF6602

Tints of Tenne (Tawny) #CF6602

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.8%

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

R = 66.56%
G = 32.8%
B = 0.64%

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

#CF6602 (or 0xCF6602) is known color: Tenne (Tawny). HEX triplet: CF, 66 and 02. RGB value is (207,102,2). Sum of RGB (Red+Green+Blue) = 207+102+2=311 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.56% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6602 is #3099FD. Grayscale: #7A7A7A. Windows color (decimal): -3185150 or 157391. OLE color: 157391.

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

Color convert

RGB 207 102 2 -
CMYK 0 0.51 0.99 0.19
HSL 29.27º 0.98% 0.41% -
HSV(B) 29.27º 0.99% 0.81% -
XYZ 30.49 22.77 2.85 -
YUV 122 60.29 188.63 -
System Red Green Blue C M Y K H S L
Decimal 207 102 2 0 0.51 0.99 0.19 29.27 0.98 0.41
Hex CF 66 2 0 33 63 13 1D 62 29
Octal 317 146 2 0 63 143 23 35 142 51
Binary 11001111 1100110 10 0 110011 1100011 10011 11101 1100010 101001

Color Harmonies of #CF6602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6602

Black with #CF6602

Text Example


Text Example

White with #CF6602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6602; }

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

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

background-color css

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

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

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

border-color css

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

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

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