Html Css Color HEX #CE5A0B Tenne (Tawny)

📋 copy color: '#CE5A0B'

red 206 ◦ green 90 ◦ blue 11

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

Shades of Tenne (Tawny) #CE5A0B

Tints of Tenne (Tawny) #CE5A0B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.32%

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

R = 67.1%
G = 29.32%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CE5A0B (or 0xCE5A0B) is known color: Tenne (Tawny). HEX triplet: CE, 5A and 0B. RGB value is (206,90,11). Sum of RGB (Red+Green+Blue) = 206+90+11=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 11 (4.69% from 255 or 3.58% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5A0B is #31A5F4. Grayscale: #747474. Windows color (decimal): -3253749 or 744142. OLE color: 744142.

HSL color Cylindrical-coordinate representation of color #CE5A0B: hue angle of 24.31º 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 #CE5A0B is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 90 11 -
CMYK 0 0.56 0.95 0.19
HSL 24.31º 0.9% 0.43% -
HSV(B) 24.31º 0.95% 0.81% -
XYZ 29.17 20.46 2.73 -
YUV 115.68 68.93 192.42 -
System Red Green Blue C M Y K H S L
Decimal 206 90 11 0 0.56 0.95 0.19 24.31 0.9 0.43
Hex CE 5A B 0 38 5F 13 18 5A 2B
Octal 316 132 13 0 70 137 23 30 132 53
Binary 11001110 1011010 1011 0 111000 1011111 10011 11000 1011010 101011

Color Harmonies of #CE5A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5A0B

Black with #CE5A0B

Text Example


Text Example

White with #CE5A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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