Html Css Color HEX #CF650A Tenne (Tawny)

📋 copy color: '#CF650A'

red 207 ◦ green 101 ◦ blue 10

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

Shades of Tenne (Tawny) #CF650A

Tints of Tenne (Tawny) #CF650A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.76%

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

R = 65.09%
G = 31.76%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CF650A (or 0xCF650A) is known color: Tenne (Tawny). HEX triplet: CF, 65 and 0A. RGB value is (207,101,10). Sum of RGB (Red+Green+Blue) = 207+101+10=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 10 (4.30% from 255 or 3.14% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF650A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF650A is #309AF5. Grayscale: #7A7A7A. Windows color (decimal): -3185398 or 681423. OLE color: 681423.

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

Color convert

RGB 207 101 10 -
CMYK 0 0.51 0.95 0.19
HSL 27.72º 0.91% 0.43% -
HSV(B) 27.72º 0.95% 0.81% -
XYZ 30.44 22.59 3.04 -
YUV 122.32 64.62 188.4 -
System Red Green Blue C M Y K H S L
Decimal 207 101 10 0 0.51 0.95 0.19 27.72 0.91 0.43
Hex CF 65 A 0 33 5F 13 1C 5B 2B
Octal 317 145 12 0 63 137 23 34 133 53
Binary 11001111 1100101 1010 0 110011 1011111 10011 11100 1011011 101011

Color Harmonies of #CF650A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF650A

Black with #CF650A

Text Example


Text Example

White with #CF650A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF650A; }

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

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

background-color css

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

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

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

border-color css

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

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

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