Html Css Color HEX #CF7E35 Bronze

📋 copy color: '#CF7E35'

red 207 ◦ green 126 ◦ blue 53

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

Shades of Bronze #CF7E35

Tints of Bronze #CF7E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.73%

R = 53.63%
G = 32.64%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CF7E35 (or 0xCF7E35) is known color: Bronze. HEX triplet: CF, 7E and 35. RGB value is (207,126,53). Sum of RGB (Red+Green+Blue) = 207+126+53=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 53 (21.09% from 255 or 13.73% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7E35 is #3081CA. Grayscale: #8E8E8E. Windows color (decimal): -3178955 or 3505871. OLE color: 3505871.

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

Color convert

RGB 207 126 53 -
CMYK 0 0.39 0.74 0.19
HSL 28.44º 0.62% 0.51% -
HSV(B) 28.44º 0.74% 0.81% -
XYZ 33.84 28.44 7.08 -
YUV 141.9 77.84 174.44 -
System Red Green Blue C M Y K H S L
Decimal 207 126 53 0 0.39 0.74 0.19 28.44 0.62 0.51
Hex CF 7E 35 0 27 4A 13 1C 3E 33
Octal 317 176 65 0 47 112 23 34 76 63
Binary 11001111 1111110 110101 0 100111 1001010 10011 11100 111110 110011

Color Harmonies of #CF7E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7E35

Black with #CF7E35

Text Example


Text Example

White with #CF7E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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