Html Css Color HEX #CB5C03 Tenne (Tawny)

📋 copy color: '#CB5C03'

red 203 ◦ green 92 ◦ blue 3

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

Shades of Tenne (Tawny) #CB5C03

Tints of Tenne (Tawny) #CB5C03

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.87%

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

R = 68.12%
G = 30.87%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CB5C03 (or 0xCB5C03) is known color: Tenne (Tawny). HEX triplet: CB, 5C and 03. RGB value is (203,92,3). Sum of RGB (Red+Green+Blue) = 203+92+3=298 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.12% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 3 (1.56% from 255 or 1.01% from 298); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5C03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5C03 is #34A3FC. Grayscale: #737373. Windows color (decimal): -3449853 or 220363. OLE color: 220363.

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

Color convert

RGB 203 92 3 -
CMYK 0 0.55 0.99 0.20
HSL 26.7º 0.97% 0.4% -
HSV(B) 26.7º 0.99% 0.8% -
XYZ 28.47 20.36 2.51 -
YUV 115.04 64.77 190.74 -
System Red Green Blue C M Y K H S L
Decimal 203 92 3 0 0.55 0.99 0.20 26.7 0.97 0.4
Hex CB 5C 3 0 37 63 14 1B 61 28
Octal 313 134 3 0 67 143 24 33 141 50
Binary 11001011 1011100 11 0 110111 1100011 10100 11011 1100001 101000

Color Harmonies of #CB5C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5C03

Black with #CB5C03

Text Example


Text Example

White with #CB5C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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