Html Css Color HEX #CB5005 Tenne (Tawny)

📋 copy color: '#CB5005'

red 203 ◦ green 80 ◦ blue 5

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

Shades of Tenne (Tawny) #CB5005

Tints of Tenne (Tawny) #CB5005

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.78%

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

R = 70.49%
G = 27.78%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CB5005 (or 0xCB5005) is known color: Tenne (Tawny). HEX triplet: CB, 50 and 05. RGB value is (203,80,5). Sum of RGB (Red+Green+Blue) = 203+80+5=288 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.49% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5005 is #34AFFA. Grayscale: #6C6C6C. Windows color (decimal): -3452923 or 348363. OLE color: 348363.

HSL color Cylindrical-coordinate representation of color #CB5005: hue angle of 22.73º 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 #CB5005 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 80 5 -
CMYK 0 0.61 0.98 0.20
HSL 22.73º 0.95% 0.41% -
HSV(B) 22.73º 0.98% 0.8% -
XYZ 27.52 18.44 2.25 -
YUV 108.23 69.75 195.6 -
System Red Green Blue C M Y K H S L
Decimal 203 80 5 0 0.61 0.98 0.20 22.73 0.95 0.41
Hex CB 50 5 0 3D 62 14 17 5F 29
Octal 313 120 5 0 75 142 24 27 137 51
Binary 11001011 1010000 101 0 111101 1100010 10100 10111 1011111 101001

Color Harmonies of #CB5005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5005

Black with #CB5005

Text Example


Text Example

White with #CB5005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5005; }

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

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

background-color css

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

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

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

border-color css

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

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

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