Html Css Color HEX #CF5E03 Tenne (Tawny)

📋 copy color: '#CF5E03'

red 207 ◦ green 94 ◦ blue 3

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

Shades of Tenne (Tawny) #CF5E03

Tints of Tenne (Tawny) #CF5E03

RGB

 RED value IS 207 (81.25% from 255) = 68.09%

 GREEN value IS 94 (37.11% from 255) = 30.92%

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

R = 68.09%
G = 30.92%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CF5E03 (or 0xCF5E03) is known color: Tenne (Tawny). HEX triplet: CF, 5E and 03. RGB value is (207,94,3). Sum of RGB (Red+Green+Blue) = 207+94+3=304 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.09% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 3 (1.56% from 255 or 0.99% from 304); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5E03 is #30A1FC. Grayscale: #757575. Windows color (decimal): -3187197 or 220879. OLE color: 220879.

HSL color Cylindrical-coordinate representation of color #CF5E03: hue angle of 26.76º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF5E03 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 94 3 -
CMYK 0 0.55 0.99 0.19
HSL 26.76º 0.97% 0.41% -
HSV(B) 26.76º 0.99% 0.81% -
XYZ 29.75 21.28 2.63 -
YUV 117.41 63.44 191.9 -
System Red Green Blue C M Y K H S L
Decimal 207 94 3 0 0.55 0.99 0.19 26.76 0.97 0.41
Hex CF 5E 3 0 37 63 13 1B 61 29
Octal 317 136 3 0 67 143 23 33 141 51
Binary 11001111 1011110 11 0 110111 1100011 10011 11011 1100001 101001

Color Harmonies of #CF5E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5E03

Black with #CF5E03

Text Example


Text Example

White with #CF5E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5E03; }

 p { color: rgb(207,94,3); }

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

background-color css

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

 a { background-color: rgb(207,94,3); }

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

border-color css

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

 span { border-color: rgb(207,94,3); }

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