Html Css Color HEX #CE600C Tenne (Tawny)

📋 copy color: '#CE600C'

red 206 ◦ green 96 ◦ blue 12

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

Shades of Tenne (Tawny) #CE600C

Tints of Tenne (Tawny) #CE600C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.82%

R = 65.61%
G = 30.57%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE600C (or 0xCE600C) is known color: Tenne (Tawny). HEX triplet: CE, 60 and 0C. RGB value is (206,96,12). Sum of RGB (Red+Green+Blue) = 206+96+12=314 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.61% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 206 - color contains mainly: red. Hex color #CE600C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE600C is #319FF3. Grayscale: #777777. Windows color (decimal): -3252212 or 811214. OLE color: 811214.

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

Color convert

RGB 206 96 12 -
CMYK 0 0.53 0.94 0.19
HSL 25.98º 0.89% 0.43% -
HSV(B) 25.98º 0.94% 0.81% -
XYZ 29.7 21.51 2.93 -
YUV 119.31 67.44 189.83 -
System Red Green Blue C M Y K H S L
Decimal 206 96 12 0 0.53 0.94 0.19 25.98 0.89 0.43
Hex CE 60 C 0 35 5E 13 1A 59 2B
Octal 316 140 14 0 65 136 23 32 131 53
Binary 11001110 1100000 1100 0 110101 1011110 10011 11010 1011001 101011

Color Harmonies of #CE600C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE600C

Black with #CE600C

Text Example


Text Example

White with #CE600C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE600C; }

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

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

background-color css

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

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

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

border-color css

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

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

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