Html Css Color HEX #CB4C0E Tenne (Tawny)

📋 copy color: '#CB4C0E'

red 203 ◦ green 76 ◦ blue 14

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

Shades of Tenne (Tawny) #CB4C0E

Tints of Tenne (Tawny) #CB4C0E

RGB

 RED value IS 203 (79.69% from 255) = 69.28%

 GREEN value IS 76 (30.08% from 255) = 25.94%

 BLUE value IS 14 (5.86% from 255) = 4.78%

R = 69.28%
G = 25.94%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CB4C0E (or 0xCB4C0E) is known color: Tenne (Tawny). HEX triplet: CB, 4C and 0E. RGB value is (203,76,14). Sum of RGB (Red+Green+Blue) = 203+76+14=293 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.28% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 14 (5.86% from 255 or 4.78% from 293); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4C0E is #34B3F1. Grayscale: #6B6B6B. Windows color (decimal): -3453938 or 937163. OLE color: 937163.

HSL color Cylindrical-coordinate representation of color #CB4C0E: hue angle of 19.68º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB4C0E is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 76 14 -
CMYK 0 0.63 0.93 0.20
HSL 19.68º 0.87% 0.43% -
HSV(B) 19.68º 0.93% 0.8% -
XYZ 27.29 17.9 2.43 -
YUV 106.91 75.58 196.54 -
System Red Green Blue C M Y K H S L
Decimal 203 76 14 0 0.63 0.93 0.20 19.68 0.87 0.43
Hex CB 4C E 0 3F 5D 14 14 57 2B
Octal 313 114 16 0 77 135 24 24 127 53
Binary 11001011 1001100 1110 0 111111 1011101 10100 10100 1010111 101011

Color Harmonies of #CB4C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4C0E

Black with #CB4C0E

Text Example


Text Example

White with #CB4C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4C0E; }

 p { color: rgb(203,76,14); }

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

background-color css

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

 a { background-color: rgb(203,76,14); }

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

border-color css

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

 span { border-color: rgb(203,76,14); }

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