Html Css Color HEX #CF620C Tenne (Tawny)

📋 copy color: '#CF620C'

red 207 ◦ green 98 ◦ blue 12

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

Shades of Tenne (Tawny) #CF620C

Tints of Tenne (Tawny) #CF620C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.91%

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

R = 65.3%
G = 30.91%
B = 3.79%

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

#CF620C (or 0xCF620C) is known color: Tenne (Tawny). HEX triplet: CF, 62 and 0C. RGB value is (207,98,12). Sum of RGB (Red+Green+Blue) = 207+98+12=317 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.30% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 207 - color contains mainly: red. Hex color #CF620C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF620C is #309DF3. Grayscale: #797979. Windows color (decimal): -3186164 or 811727. OLE color: 811727.

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

Color convert

RGB 207 98 12 -
CMYK 0 0.53 0.94 0.19
HSL 26.46º 0.89% 0.43% -
HSV(B) 26.46º 0.94% 0.81% -
XYZ 30.17 22.03 3.01 -
YUV 120.79 66.61 189.49 -
System Red Green Blue C M Y K H S L
Decimal 207 98 12 0 0.53 0.94 0.19 26.46 0.89 0.43
Hex CF 62 C 0 35 5E 13 1A 59 2B
Octal 317 142 14 0 65 136 23 32 131 53
Binary 11001111 1100010 1100 0 110101 1011110 10011 11010 1011001 101011

Color Harmonies of #CF620C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF620C

Black with #CF620C

Text Example


Text Example

White with #CF620C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF620C; }

 p { color: rgb(207,98,12); }

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

background-color css

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

 a { background-color: rgb(207,98,12); }

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

border-color css

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

 span { border-color: rgb(207,98,12); }

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