Html Css Color HEX #CF7E2E Bronze

📋 copy color: '#CF7E2E'

red 207 ◦ green 126 ◦ blue 46

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

Shades of Bronze #CF7E2E

Tints of Bronze #CF7E2E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.25%

 BLUE value IS 46 (18.36% from 255) = 12.14%

R = 54.62%
G = 33.25%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CF7E2E (or 0xCF7E2E) is known color: Bronze. HEX triplet: CF, 7E and 2E. RGB value is (207,126,46). Sum of RGB (Red+Green+Blue) = 207+126+46=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 46 (18.36% from 255 or 12.14% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7E2E is #3081D1. Grayscale: #8D8D8D. Windows color (decimal): -3178962 or 3047119. OLE color: 3047119.

HSL color Cylindrical-coordinate representation of color #CF7E2E: hue angle of 29.81º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF7E2E is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 126 46 -
CMYK 0 0.39 0.78 0.19
HSL 29.81º 0.64% 0.5% -
HSV(B) 29.81º 0.78% 0.81% -
XYZ 33.69 28.38 6.29 -
YUV 141.1 74.34 175 -
System Red Green Blue C M Y K H S L
Decimal 207 126 46 0 0.39 0.78 0.19 29.81 0.64 0.5
Hex CF 7E 2E 0 27 4E 13 1E 40 32
Octal 317 176 56 0 47 116 23 36 100 62
Binary 11001111 1111110 101110 0 100111 1001110 10011 11110 1000000 110010

Color Harmonies of #CF7E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7E2E

Black with #CF7E2E

Text Example


Text Example

White with #CF7E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7E2E; }

 p { color: rgb(207,126,46); }

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

background-color css

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

 a { background-color: rgb(207,126,46); }

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

border-color css

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

 span { border-color: rgb(207,126,46); }

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