Html Css Color HEX #CB4C0D Tenne (Tawny)

📋 copy color: '#CB4C0D'

red 203 ◦ green 76 ◦ blue 13

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

Shades of Tenne (Tawny) #CB4C0D

Tints of Tenne (Tawny) #CB4C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.45%

R = 69.52%
G = 26.03%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CB4C0D (or 0xCB4C0D) is known color: Tenne (Tawny). HEX triplet: CB, 4C and 0D. RGB value is (203,76,13). Sum of RGB (Red+Green+Blue) = 203+76+13=292 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.52% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 13 (5.47% from 255 or 4.45% from 292); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4C0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4C0D is #34B3F2. Grayscale: #6B6B6B. Windows color (decimal): -3453939 or 871627. OLE color: 871627.

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

Color convert

RGB 203 76 13 -
CMYK 0 0.63 0.94 0.20
HSL 19.89º 0.88% 0.42% -
HSV(B) 19.89º 0.94% 0.8% -
XYZ 27.29 17.89 2.4 -
YUV 106.79 75.08 196.62 -
System Red Green Blue C M Y K H S L
Decimal 203 76 13 0 0.63 0.94 0.20 19.89 0.88 0.42
Hex CB 4C D 0 3F 5E 14 14 58 2A
Octal 313 114 15 0 77 136 24 24 130 52
Binary 11001011 1001100 1101 0 111111 1011110 10100 10100 1011000 101010

Color Harmonies of #CB4C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4C0D

Black with #CB4C0D

Text Example


Text Example

White with #CB4C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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