Html Css Color HEX #CF5F0B Tenne (Tawny)

📋 copy color: '#CF5F0B'

red 207 ◦ green 95 ◦ blue 11

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

Shades of Tenne (Tawny) #CF5F0B

Tints of Tenne (Tawny) #CF5F0B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.35%

 BLUE value IS 11 (4.69% from 255) = 3.51%

R = 66.13%
G = 30.35%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CF5F0B (or 0xCF5F0B) is known color: Tenne (Tawny). HEX triplet: CF, 5F and 0B. RGB value is (207,95,11). Sum of RGB (Red+Green+Blue) = 207+95+11=313 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.13% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5F0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5F0B is #30A0F4. Grayscale: #777777. Windows color (decimal): -3186933 or 745423. OLE color: 745423.

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

Color convert

RGB 207 95 11 -
CMYK 0 0.54 0.95 0.19
HSL 25.71º 0.9% 0.43% -
HSV(B) 25.71º 0.95% 0.81% -
XYZ 29.88 21.47 2.89 -
YUV 118.91 67.11 190.83 -
System Red Green Blue C M Y K H S L
Decimal 207 95 11 0 0.54 0.95 0.19 25.71 0.9 0.43
Hex CF 5F B 0 36 5F 13 1A 5A 2B
Octal 317 137 13 0 66 137 23 32 132 53
Binary 11001111 1011111 1011 0 110110 1011111 10011 11010 1011010 101011

Color Harmonies of #CF5F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5F0B

Black with #CF5F0B

Text Example


Text Example

White with #CF5F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5F0B; }

 p { color: rgb(207,95,11); }

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

background-color css

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

 a { background-color: rgb(207,95,11); }

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

border-color css

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

 span { border-color: rgb(207,95,11); }

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