Html Css Color HEX #C84B02 Tenne (Tawny)

📋 copy color: '#C84B02'

red 200 ◦ green 75 ◦ blue 2

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

Shades of Tenne (Tawny) #C84B02

Tints of Tenne (Tawny) #C84B02

RGB

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

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

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

R = 72.2%
G = 27.08%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C84B02 (or 0xC84B02) is known color: Tenne (Tawny). HEX triplet: C8, 4B and 02. RGB value is (200,75,2). Sum of RGB (Red+Green+Blue) = 200+75+2=277 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.20% from 277); Green value is 75 (29.69% from 255 or 27.08% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 200 - color contains mainly: red. Hex color #C84B02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84B02 is #37B4FD. Grayscale: #686868. Windows color (decimal): -3650814 or 150472. OLE color: 150472.

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

Color convert

RGB 200 75 2 -
CMYK 0 0.62 0.99 0.22
HSL 22.12º 0.98% 0.4% -
HSV(B) 22.12º 0.99% 0.78% -
XYZ 26.35 17.32 2.01 -
YUV 104.05 70.41 196.44 -
System Red Green Blue C M Y K H S L
Decimal 200 75 2 0 0.62 0.99 0.22 22.12 0.98 0.4
Hex C8 4B 2 0 3E 63 16 16 62 28
Octal 310 113 2 0 76 143 26 26 142 50
Binary 11001000 1001011 10 0 111110 1100011 10110 10110 1100010 101000

Color Harmonies of #C84B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84B02

Black with #C84B02

Text Example


Text Example

White with #C84B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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