Html Css Color HEX #CB4B0F Tenne (Tawny)

📋 copy color: '#CB4B0F'

red 203 ◦ green 75 ◦ blue 15

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

Shades of Tenne (Tawny) #CB4B0F

Tints of Tenne (Tawny) #CB4B0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.12%

R = 69.28%
G = 25.6%
B = 5.12%

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

#CB4B0F (or 0xCB4B0F) is known color: Tenne (Tawny). HEX triplet: CB, 4B and 0F. RGB value is (203,75,15). Sum of RGB (Red+Green+Blue) = 203+75+15=293 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.28% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4B0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4B0F is #34B4F0. Grayscale: #6A6A6A. Windows color (decimal): -3454193 or 1002443. OLE color: 1002443.

HSL color Cylindrical-coordinate representation of color #CB4B0F: hue angle of 19.15º degrees, saturation: 0.86, 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 #CB4B0F is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 75 15 -
CMYK 0 0.63 0.93 0.20
HSL 19.15º 0.86% 0.43% -
HSV(B) 19.15º 0.93% 0.8% -
XYZ 27.23 17.76 2.45 -
YUV 106.43 76.41 196.88 -
System Red Green Blue C M Y K H S L
Decimal 203 75 15 0 0.63 0.93 0.20 19.15 0.86 0.43
Hex CB 4B F 0 3F 5D 14 13 56 2B
Octal 313 113 17 0 77 135 24 23 126 53
Binary 11001011 1001011 1111 0 111111 1011101 10100 10011 1010110 101011

Color Harmonies of #CB4B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4B0F

Black with #CB4B0F

Text Example


Text Example

White with #CB4B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4B0F; }

 p { color: rgb(203,75,15); }

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

background-color css

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

 a { background-color: rgb(203,75,15); }

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

border-color css

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

 span { border-color: rgb(203,75,15); }

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