Html Css Color HEX #C36002 Tenne (Tawny)

📋 copy color: '#C36002'

red 195 ◦ green 96 ◦ blue 2

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

Shades of Tenne (Tawny) #C36002

Tints of Tenne (Tawny) #C36002

RGB

 RED value IS 195 (76.56% from 255) = 66.55%

 GREEN value IS 96 (37.89% from 255) = 32.76%

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

R = 66.55%
G = 32.76%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C36002 (or 0xC36002) is known color: Tenne (Tawny). HEX triplet: C3, 60 and 02. RGB value is (195,96,2). Sum of RGB (Red+Green+Blue) = 195+96+2=293 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.55% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 195 - color contains mainly: red. Hex color #C36002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36002 is #3C9FFD. Grayscale: #737373. Windows color (decimal): -3973118 or 155843. OLE color: 155843.

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

Color convert

RGB 195 96 2 -
CMYK 0 0.51 0.99 0.24
HSL 29.22º 0.98% 0.39% -
HSV(B) 29.22º 0.99% 0.76% -
XYZ 26.7 19.97 2.51 -
YUV 114.89 64.3 185.14 -
System Red Green Blue C M Y K H S L
Decimal 195 96 2 0 0.51 0.99 0.24 29.22 0.98 0.39
Hex C3 60 2 0 33 63 18 1D 62 27
Octal 303 140 2 0 63 143 30 35 142 47
Binary 11000011 1100000 10 0 110011 1100011 11000 11101 1100010 100111

Color Harmonies of #C36002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36002

Black with #C36002

Text Example


Text Example

White with #C36002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36002; }

 p { color: rgb(195,96,2); }

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

background-color css

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

 a { background-color: rgb(195,96,2); }

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

border-color css

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

 span { border-color: rgb(195,96,2); }

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