Html Css Color HEX #CE600B Tenne (Tawny)

📋 copy color: '#CE600B'

red 206 ◦ green 96 ◦ blue 11

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

Shades of Tenne (Tawny) #CE600B

Tints of Tenne (Tawny) #CE600B

RGB

 RED value IS 206 (80.86% from 255) = 65.81%

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

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

R = 65.81%
G = 30.67%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CE600B (or 0xCE600B) is known color: Tenne (Tawny). HEX triplet: CE, 60 and 0B. RGB value is (206,96,11). Sum of RGB (Red+Green+Blue) = 206+96+11=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE600B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE600B is #319FF4. Grayscale: #777777. Windows color (decimal): -3252213 or 745678. OLE color: 745678.

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

Color convert

RGB 206 96 11 -
CMYK 0 0.53 0.95 0.19
HSL 26.15º 0.9% 0.43% -
HSV(B) 26.15º 0.95% 0.81% -
XYZ 29.7 21.51 2.9 -
YUV 119.2 66.94 189.91 -
System Red Green Blue C M Y K H S L
Decimal 206 96 11 0 0.53 0.95 0.19 26.15 0.9 0.43
Hex CE 60 B 0 35 5F 13 1A 5A 2B
Octal 316 140 13 0 65 137 23 32 132 53
Binary 11001110 1100000 1011 0 110101 1011111 10011 11010 1011010 101011

Color Harmonies of #CE600B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE600B

Black with #CE600B

Text Example


Text Example

White with #CE600B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE600B; }

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

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

background-color css

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

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

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

border-color css

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

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

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