Html Css Color HEX #CB7005 Tenne (Tawny)

📋 copy color: '#CB7005'

red 203 ◦ green 112 ◦ blue 5

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

Shades of Tenne (Tawny) #CB7005

Tints of Tenne (Tawny) #CB7005

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35%

 BLUE value IS 5 (2.34% from 255) = 1.56%

R = 63.44%
G = 35%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CB7005 (or 0xCB7005) is known color: Tenne (Tawny). HEX triplet: CB, 70 and 05. RGB value is (203,112,5). Sum of RGB (Red+Green+Blue) = 203+112+5=320 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.44% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 5 (2.34% from 255 or 1.56% from 320); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7005 is #348FFA. Grayscale: #7F7F7F. Windows color (decimal): -3444731 or 356555. OLE color: 356555.

HSL color Cylindrical-coordinate representation of color #CB7005: hue angle of 32.42º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB7005 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 112 5 -
CMYK 0 0.45 0.98 0.20
HSL 32.42º 0.95% 0.41% -
HSV(B) 32.42º 0.98% 0.8% -
XYZ 30.45 24.3 3.23 -
YUV 127.01 59.15 182.2 -
System Red Green Blue C M Y K H S L
Decimal 203 112 5 0 0.45 0.98 0.20 32.42 0.95 0.41
Hex CB 70 5 0 2D 62 14 20 5F 29
Octal 313 160 5 0 55 142 24 40 137 51
Binary 11001011 1110000 101 0 101101 1100010 10100 100000 1011111 101001

Color Harmonies of #CB7005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7005

Black with #CB7005

Text Example


Text Example

White with #CB7005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7005; }

 p { color: rgb(203,112,5); }

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

background-color css

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

 a { background-color: rgb(203,112,5); }

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

border-color css

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

 span { border-color: rgb(203,112,5); }

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