Html Css Color HEX #C84B0B Tenne (Tawny)

📋 copy color: '#C84B0B'

red 200 ◦ green 75 ◦ blue 11

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

Shades of Tenne (Tawny) #C84B0B

Tints of Tenne (Tawny) #C84B0B

RGB

 RED value IS 200 (78.52% from 255) = 69.93%

 GREEN value IS 75 (29.69% from 255) = 26.22%

 BLUE value IS 11 (4.69% from 255) = 3.85%

R = 69.93%
G = 26.22%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C84B0B (or 0xC84B0B) is known color: Tenne (Tawny). HEX triplet: C8, 4B and 0B. RGB value is (200,75,11). Sum of RGB (Red+Green+Blue) = 200+75+11=286 (37% of max value = 765). Red value is 200 (78.52% from 255 or 69.93% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 11 (4.69% from 255 or 3.85% from 286); Max value from RGB is 200 - color contains mainly: red. Hex color #C84B0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84B0B is #37B4F4. Grayscale: #696969. Windows color (decimal): -3650805 or 740296. OLE color: 740296.

HSL color Cylindrical-coordinate representation of color #C84B0B: hue angle of 20.32º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C84B0B is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 75 11 -
CMYK 0 0.62 0.94 0.22
HSL 20.32º 0.9% 0.41% -
HSV(B) 20.32º 0.95% 0.78% -
XYZ 26.4 17.34 2.27 -
YUV 105.08 74.91 195.7 -
System Red Green Blue C M Y K H S L
Decimal 200 75 11 0 0.62 0.94 0.22 20.32 0.9 0.41
Hex C8 4B B 0 3E 5E 16 14 5A 29
Octal 310 113 13 0 76 136 26 24 132 51
Binary 11001000 1001011 1011 0 111110 1011110 10110 10100 1011010 101001

Color Harmonies of #C84B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84B0B

Black with #C84B0B

Text Example


Text Example

White with #C84B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84B0B; }

 p { color: rgb(200,75,11); }

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

background-color css

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

 a { background-color: rgb(200,75,11); }

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

border-color css

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

 span { border-color: rgb(200,75,11); }

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