Html Css Color HEX #C35A02 Tenne (Tawny)

📋 copy color: '#C35A02'

red 195 ◦ green 90 ◦ blue 2

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

Shades of Tenne (Tawny) #C35A02

Tints of Tenne (Tawny) #C35A02

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.36%

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

R = 67.94%
G = 31.36%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C35A02 (or 0xC35A02) is known color: Tenne (Tawny). HEX triplet: C3, 5A and 02. RGB value is (195,90,2). Sum of RGB (Red+Green+Blue) = 195+90+2=287 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.94% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35A02 is #3CA5FD. Grayscale: #6F6F6F. Windows color (decimal): -3974654 or 154307. OLE color: 154307.

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

Color convert

RGB 195 90 2 -
CMYK 0 0.54 0.99 0.24
HSL 27.36º 0.98% 0.39% -
HSV(B) 27.36º 0.99% 0.76% -
XYZ 26.17 18.92 2.33 -
YUV 111.36 66.29 187.66 -
System Red Green Blue C M Y K H S L
Decimal 195 90 2 0 0.54 0.99 0.24 27.36 0.98 0.39
Hex C3 5A 2 0 36 63 18 1B 62 27
Octal 303 132 2 0 66 143 30 33 142 47
Binary 11000011 1011010 10 0 110110 1100011 11000 11011 1100010 100111

Color Harmonies of #C35A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35A02

Black with #C35A02

Text Example


Text Example

White with #C35A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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