Html Css Color HEX #CF5003 Tenne (Tawny)

📋 copy color: '#CF5003'

red 207 ◦ green 80 ◦ blue 3

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

Shades of Tenne (Tawny) #CF5003

Tints of Tenne (Tawny) #CF5003

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.59%

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

R = 71.38%
G = 27.59%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CF5003 (or 0xCF5003) is known color: Tenne (Tawny). HEX triplet: CF, 50 and 03. RGB value is (207,80,3). Sum of RGB (Red+Green+Blue) = 207+80+3=290 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.38% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 3 (1.56% from 255 or 1.03% from 290); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5003 is #30AFFC. Grayscale: #6D6D6D. Windows color (decimal): -3190781 or 217295. OLE color: 217295.

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

Color convert

RGB 207 80 3 -
CMYK 0 0.61 0.99 0.19
HSL 22.65º 0.97% 0.41% -
HSV(B) 22.65º 0.99% 0.81% -
XYZ 28.62 19.01 2.25 -
YUV 109.2 68.08 197.76 -
System Red Green Blue C M Y K H S L
Decimal 207 80 3 0 0.61 0.99 0.19 22.65 0.97 0.41
Hex CF 50 3 0 3D 63 13 17 61 29
Octal 317 120 3 0 75 143 23 27 141 51
Binary 11001111 1010000 11 0 111101 1100011 10011 10111 1100001 101001

Color Harmonies of #CF5003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5003

Black with #CF5003

Text Example


Text Example

White with #CF5003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5003; }

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

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

background-color css

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

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

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

border-color css

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

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

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