Html Css Color HEX #CF5702 Tenne (Tawny)

📋 copy color: '#CF5702'

red 207 ◦ green 87 ◦ blue 2

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

Shades of Tenne (Tawny) #CF5702

Tints of Tenne (Tawny) #CF5702

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.39%

 BLUE value IS 2 (1.17% from 255) = 0.68%

R = 69.93%
G = 29.39%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CF5702 (or 0xCF5702) is known color: Tenne (Tawny). HEX triplet: CF, 57 and 02. RGB value is (207,87,2). Sum of RGB (Red+Green+Blue) = 207+87+2=296 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.93% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5702 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5702 is #30A8FD. Grayscale: #717171. Windows color (decimal): -3188990 or 153551. OLE color: 153551.

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

Color convert

RGB 207 87 2 -
CMYK 0 0.58 0.99 0.19
HSL 24.88º 0.98% 0.41% -
HSV(B) 24.88º 0.99% 0.81% -
XYZ 29.15 20.09 2.4 -
YUV 113.19 65.26 194.91 -
System Red Green Blue C M Y K H S L
Decimal 207 87 2 0 0.58 0.99 0.19 24.88 0.98 0.41
Hex CF 57 2 0 3A 63 13 19 62 29
Octal 317 127 2 0 72 143 23 31 142 51
Binary 11001111 1010111 10 0 111010 1100011 10011 11001 1100010 101001

Color Harmonies of #CF5702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5702

Black with #CF5702

Text Example


Text Example

White with #CF5702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5702; }

 p { color: rgb(207,87,2); }

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

background-color css

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

 a { background-color: rgb(207,87,2); }

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

border-color css

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

 span { border-color: rgb(207,87,2); }

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