Html Css Color HEX #CF640A Tenne (Tawny)

📋 copy color: '#CF640A'

red 207 ◦ green 100 ◦ blue 10

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

Shades of Tenne (Tawny) #CF640A

Tints of Tenne (Tawny) #CF640A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.55%

 BLUE value IS 10 (4.3% from 255) = 3.15%

R = 65.3%
G = 31.55%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CF640A (or 0xCF640A) is known color: Tenne (Tawny). HEX triplet: CF, 64 and 0A. RGB value is (207,100,10). Sum of RGB (Red+Green+Blue) = 207+100+10=317 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.30% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 10 (4.30% from 255 or 3.15% from 317); Max value from RGB is 207 - color contains mainly: red. Hex color #CF640A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF640A is #309BF5. Grayscale: #7A7A7A. Windows color (decimal): -3185654 or 681167. OLE color: 681167.

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

Color convert

RGB 207 100 10 -
CMYK 0 0.52 0.95 0.19
HSL 27.41º 0.91% 0.43% -
HSV(B) 27.41º 0.95% 0.81% -
XYZ 30.34 22.4 3.01 -
YUV 121.73 64.95 188.82 -
System Red Green Blue C M Y K H S L
Decimal 207 100 10 0 0.52 0.95 0.19 27.41 0.91 0.43
Hex CF 64 A 0 34 5F 13 1B 5B 2B
Octal 317 144 12 0 64 137 23 33 133 53
Binary 11001111 1100100 1010 0 110100 1011111 10011 11011 1011011 101011

Color Harmonies of #CF640A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF640A

Black with #CF640A

Text Example


Text Example

White with #CF640A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF640A; }

 p { color: rgb(207,100,10); }

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

background-color css

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

 a { background-color: rgb(207,100,10); }

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

border-color css

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

 span { border-color: rgb(207,100,10); }

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