Html Css Color HEX #CF5312 Tenne (Tawny)

📋 copy color: '#CF5312'

red 207 ◦ green 83 ◦ blue 18

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

Shades of Tenne (Tawny) #CF5312

Tints of Tenne (Tawny) #CF5312

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.95%

 BLUE value IS 18 (7.42% from 255) = 5.84%

R = 67.21%
G = 26.95%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF5312 (or 0xCF5312) is known color: Tenne (Tawny). HEX triplet: CF, 53 and 12. RGB value is (207,83,18). Sum of RGB (Red+Green+Blue) = 207+83+18=308 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.21% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5312 is #30ACED. Grayscale: #717171. Windows color (decimal): -3189998 or 1201103. OLE color: 1201103.

HSL color Cylindrical-coordinate representation of color #CF5312: hue angle of 20.63º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF5312 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 83 18 -
CMYK 0 0.60 0.91 0.19
HSL 20.63º 0.84% 0.44% -
HSV(B) 20.63º 0.91% 0.81% -
XYZ 28.93 19.5 2.81 -
YUV 112.67 74.58 195.29 -
System Red Green Blue C M Y K H S L
Decimal 207 83 18 0 0.60 0.91 0.19 20.63 0.84 0.44
Hex CF 53 12 0 3C 5B 13 15 54 2C
Octal 317 123 22 0 74 133 23 25 124 54
Binary 11001111 1010011 10010 0 111100 1011011 10011 10101 1010100 101100

Color Harmonies of #CF5312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5312

Black with #CF5312

Text Example


Text Example

White with #CF5312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5312; }

 p { color: rgb(207,83,18); }

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

background-color css

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

 a { background-color: rgb(207,83,18); }

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

border-color css

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

 span { border-color: rgb(207,83,18); }

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