Html Css Color HEX #C67002 Tenne (Tawny)

📋 copy color: '#C67002'

red 198 ◦ green 112 ◦ blue 2

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

Shades of Tenne (Tawny) #C67002

Tints of Tenne (Tawny) #C67002

RGB

 RED value IS 198 (77.73% from 255) = 63.46%

 GREEN value IS 112 (44.14% from 255) = 35.9%

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

R = 63.46%
G = 35.9%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C67002 (or 0xC67002) is known color: Tenne (Tawny). HEX triplet: C6, 70 and 02. RGB value is (198,112,2). Sum of RGB (Red+Green+Blue) = 198+112+2=312 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.46% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 198 - color contains mainly: red. Hex color #C67002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67002 is #398FFD. Grayscale: #7D7D7D. Windows color (decimal): -3772414 or 159942. OLE color: 159942.

HSL color Cylindrical-coordinate representation of color #C67002: hue angle of 33.67º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C67002 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 112 2 -
CMYK 0 0.43 0.99 0.22
HSL 33.67º 0.98% 0.39% -
HSV(B) 33.67º 0.99% 0.78% -
XYZ 29.09 23.6 3.08 -
YUV 125.17 58.49 179.94 -
System Red Green Blue C M Y K H S L
Decimal 198 112 2 0 0.43 0.99 0.22 33.67 0.98 0.39
Hex C6 70 2 0 2B 63 16 22 62 27
Octal 306 160 2 0 53 143 26 42 142 47
Binary 11000110 1110000 10 0 101011 1100011 10110 100010 1100010 100111

Color Harmonies of #C67002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67002

Black with #C67002

Text Example


Text Example

White with #C67002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67002; }

 p { color: rgb(198,112,2); }

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

background-color css

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

 a { background-color: rgb(198,112,2); }

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

border-color css

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

 span { border-color: rgb(198,112,2); }

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