Html Css Color HEX #CF5C0B Tenne (Tawny)

📋 copy color: '#CF5C0B'

red 207 ◦ green 92 ◦ blue 11

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

Shades of Tenne (Tawny) #CF5C0B

Tints of Tenne (Tawny) #CF5C0B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.68%

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

R = 66.77%
G = 29.68%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CF5C0B (or 0xCF5C0B) is known color: Tenne (Tawny). HEX triplet: CF, 5C and 0B. RGB value is (207,92,11). Sum of RGB (Red+Green+Blue) = 207+92+11=310 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.77% from 310); Green value is 92 (36.33% from 255 or 29.68% from 310); Blue value is 11 (4.69% from 255 or 3.55% from 310); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5C0B is #30A3F4. Grayscale: #757575. Windows color (decimal): -3187701 or 744655. OLE color: 744655.

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

Color convert

RGB 207 92 11 -
CMYK 0 0.56 0.95 0.19
HSL 24.8º 0.9% 0.43% -
HSV(B) 24.8º 0.95% 0.81% -
XYZ 29.62 20.94 2.8 -
YUV 117.15 68.1 192.09 -
System Red Green Blue C M Y K H S L
Decimal 207 92 11 0 0.56 0.95 0.19 24.8 0.9 0.43
Hex CF 5C B 0 38 5F 13 19 5A 2B
Octal 317 134 13 0 70 137 23 31 132 53
Binary 11001111 1011100 1011 0 111000 1011111 10011 11001 1011010 101011

Color Harmonies of #CF5C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5C0B

Black with #CF5C0B

Text Example


Text Example

White with #CF5C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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