Html Css Color HEX #CB4F15 Tenne (Tawny)

📋 copy color: '#CB4F15'

red 203 ◦ green 79 ◦ blue 21

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

Shades of Tenne (Tawny) #CB4F15

Tints of Tenne (Tawny) #CB4F15

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.07%

 BLUE value IS 21 (8.59% from 255) = 6.93%

R = 67%
G = 26.07%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB4F15 (or 0xCB4F15) is known color: Tenne (Tawny). HEX triplet: CB, 4F and 15. RGB value is (203,79,21). Sum of RGB (Red+Green+Blue) = 203+79+21=303 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.00% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB4F15 is #34B0EA. Grayscale: #6D6D6D. Windows color (decimal): -3453163 or 1396683. OLE color: 1396683.

HSL color Cylindrical-coordinate representation of color #CB4F15: hue angle of 19.12º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB4F15 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 79 21 -
CMYK 0 0.61 0.90 0.20
HSL 19.12º 0.81% 0.44% -
HSV(B) 19.12º 0.9% 0.8% -
XYZ 27.56 18.34 2.8 -
YUV 109.46 78.08 194.72 -
System Red Green Blue C M Y K H S L
Decimal 203 79 21 0 0.61 0.90 0.20 19.12 0.81 0.44
Hex CB 4F 15 0 3D 5A 14 13 51 2C
Octal 313 117 25 0 75 132 24 23 121 54
Binary 11001011 1001111 10101 0 111101 1011010 10100 10011 1010001 101100

Color Harmonies of #CB4F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4F15

Black with #CB4F15

Text Example


Text Example

White with #CB4F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4F15; }

 p { color: rgb(203,79,21); }

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

background-color css

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

 a { background-color: rgb(203,79,21); }

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

border-color css

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

 span { border-color: rgb(203,79,21); }

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