Html Css Color HEX #CF7E2D Bronze

📋 copy color: '#CF7E2D'

red 207 ◦ green 126 ◦ blue 45

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

Shades of Bronze #CF7E2D

Tints of Bronze #CF7E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.9%

R = 54.76%
G = 33.33%
B = 11.9%

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

#CF7E2D (or 0xCF7E2D) is known color: Bronze. HEX triplet: CF, 7E and 2D. RGB value is (207,126,45). Sum of RGB (Red+Green+Blue) = 207+126+45=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 45 (17.97% from 255 or 11.90% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7E2D is #3081D2. Grayscale: #8D8D8D. Windows color (decimal): -3178963 or 2981583. OLE color: 2981583.

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

Color convert

RGB 207 126 45 -
CMYK 0 0.39 0.78 0.19
HSL 30º 0.64% 0.49% -
HSV(B) 30º 0.78% 0.81% -
XYZ 33.67 28.38 6.19 -
YUV 140.99 73.84 175.09 -
System Red Green Blue C M Y K H S L
Decimal 207 126 45 0 0.39 0.78 0.19 30 0.64 0.49
Hex CF 7E 2D 0 27 4E 13 1E 40 31
Octal 317 176 55 0 47 116 23 36 100 61
Binary 11001111 1111110 101101 0 100111 1001110 10011 11110 1000000 110001

Color Harmonies of #CF7E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7E2D

Black with #CF7E2D

Text Example


Text Example

White with #CF7E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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