Html Css Color HEX #CB600B Tenne (Tawny)

📋 copy color: '#CB600B'

red 203 ◦ green 96 ◦ blue 11

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

Shades of Tenne (Tawny) #CB600B

Tints of Tenne (Tawny) #CB600B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.97%

 BLUE value IS 11 (4.69% from 255) = 3.55%

R = 65.48%
G = 30.97%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CB600B (or 0xCB600B) is known color: Tenne (Tawny). HEX triplet: CB, 60 and 0B. RGB value is (203,96,11). Sum of RGB (Red+Green+Blue) = 203+96+11=310 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.48% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 11 (4.69% from 255 or 3.55% from 310); Max value from RGB is 203 - color contains mainly: red. Hex color #CB600B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB600B is #349FF4. Grayscale: #767676. Windows color (decimal): -3448821 or 745675. OLE color: 745675.

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

Color convert

RGB 203 96 11 -
CMYK 0 0.53 0.95 0.20
HSL 26.56º 0.9% 0.42% -
HSV(B) 26.56º 0.95% 0.8% -
XYZ 28.87 21.09 2.86 -
YUV 118.3 67.45 188.41 -
System Red Green Blue C M Y K H S L
Decimal 203 96 11 0 0.53 0.95 0.20 26.56 0.9 0.42
Hex CB 60 B 0 35 5F 14 1B 5A 2A
Octal 313 140 13 0 65 137 24 33 132 52
Binary 11001011 1100000 1011 0 110101 1011111 10100 11011 1011010 101010

Color Harmonies of #CB600B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB600B

Black with #CB600B

Text Example


Text Example

White with #CB600B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB600B; }

 p { color: rgb(203,96,11); }

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

background-color css

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

 a { background-color: rgb(203,96,11); }

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

border-color css

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

 span { border-color: rgb(203,96,11); }

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