Html Css Color HEX #C0530F Tenne (Tawny)

📋 copy color: '#C0530F'

red 192 ◦ green 83 ◦ blue 15

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

Shades of Tenne (Tawny) #C0530F

Tints of Tenne (Tawny) #C0530F

RGB

 RED value IS 192 (75.39% from 255) = 66.21%

 GREEN value IS 83 (32.81% from 255) = 28.62%

 BLUE value IS 15 (6.25% from 255) = 5.17%

R = 66.21%
G = 28.62%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C0530F (or 0xC0530F) is known color: Tenne (Tawny). HEX triplet: C0, 53 and 0F. RGB value is (192,83,15). Sum of RGB (Red+Green+Blue) = 192+83+15=290 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.21% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 15 (6.25% from 255 or 5.17% from 290); Max value from RGB is 192 - color contains mainly: red. Hex color #C0530F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0530F is #3FACF0. Grayscale: #6C6C6C. Windows color (decimal): -4173041 or 1004480. OLE color: 1004480.

HSL color Cylindrical-coordinate representation of color #C0530F: hue angle of 23.05º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0530F is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 83 15 -
CMYK 0 0.57 0.92 0.25
HSL 23.05º 0.86% 0.41% -
HSV(B) 23.05º 0.92% 0.75% -
XYZ 24.92 17.43 2.5 -
YUV 107.84 75.61 188.03 -
System Red Green Blue C M Y K H S L
Decimal 192 83 15 0 0.57 0.92 0.25 23.05 0.86 0.41
Hex C0 53 F 0 39 5C 19 17 56 29
Octal 300 123 17 0 71 134 31 27 126 51
Binary 11000000 1010011 1111 0 111001 1011100 11001 10111 1010110 101001

Color Harmonies of #C0530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0530F

Black with #C0530F

Text Example


Text Example

White with #C0530F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0530F; }

 p { color: rgb(192,83,15); }

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

background-color css

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

 a { background-color: rgb(192,83,15); }

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

border-color css

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

 span { border-color: rgb(192,83,15); }

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