Html Css Color HEX #CF6A02 Tenne (Tawny)

📋 copy color: '#CF6A02'

red 207 ◦ green 106 ◦ blue 2

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

Shades of Tenne (Tawny) #CF6A02

Tints of Tenne (Tawny) #CF6A02

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.65%

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

R = 65.71%
G = 33.65%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CF6A02 (or 0xCF6A02) is known color: Tenne (Tawny). HEX triplet: CF, 6A and 02. RGB value is (207,106,2). Sum of RGB (Red+Green+Blue) = 207+106+2=315 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.71% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6A02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6A02 is #3095FD. Grayscale: #7C7C7C. Windows color (decimal): -3184126 or 158415. OLE color: 158415.

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

Color convert

RGB 207 106 2 -
CMYK 0 0.49 0.99 0.19
HSL 30.44º 0.98% 0.41% -
HSV(B) 30.44º 0.99% 0.81% -
XYZ 30.9 23.58 2.98 -
YUV 124.34 58.96 186.96 -
System Red Green Blue C M Y K H S L
Decimal 207 106 2 0 0.49 0.99 0.19 30.44 0.98 0.41
Hex CF 6A 2 0 31 63 13 1E 62 29
Octal 317 152 2 0 61 143 23 36 142 51
Binary 11001111 1101010 10 0 110001 1100011 10011 11110 1100010 101001

Color Harmonies of #CF6A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6A02

Black with #CF6A02

Text Example


Text Example

White with #CF6A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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