Html Css Color HEX #CB5003 Tenne (Tawny)

📋 copy color: '#CB5003'

red 203 ◦ green 80 ◦ blue 3

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

Shades of Tenne (Tawny) #CB5003

Tints of Tenne (Tawny) #CB5003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.05%

R = 70.98%
G = 27.97%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CB5003 (or 0xCB5003) is known color: Tenne (Tawny). HEX triplet: CB, 50 and 03. RGB value is (203,80,3). Sum of RGB (Red+Green+Blue) = 203+80+3=286 (37% of max value = 765). Red value is 203 (79.69% from 255 or 70.98% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 3 (1.56% from 255 or 1.05% from 286); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5003 is #34AFFC. Grayscale: #6C6C6C. Windows color (decimal): -3452925 or 217291. OLE color: 217291.

HSL color Cylindrical-coordinate representation of color #CB5003: hue angle of 23.1º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB5003 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 80 3 -
CMYK 0 0.61 0.99 0.20
HSL 23.1º 0.97% 0.4% -
HSV(B) 23.1º 0.99% 0.8% -
XYZ 27.51 18.44 2.2 -
YUV 108 68.75 195.76 -
System Red Green Blue C M Y K H S L
Decimal 203 80 3 0 0.61 0.99 0.20 23.1 0.97 0.4
Hex CB 50 3 0 3D 63 14 17 61 28
Octal 313 120 3 0 75 143 24 27 141 50
Binary 11001011 1010000 11 0 111101 1100011 10100 10111 1100001 101000

Color Harmonies of #CB5003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5003

Black with #CB5003

Text Example


Text Example

White with #CB5003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5003; }

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

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

background-color css

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

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

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

border-color css

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

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

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