Html Css Color HEX #CF792C Bronze

📋 copy color: '#CF792C'

red 207 ◦ green 121 ◦ blue 44

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

Shades of Bronze #CF792C

Tints of Bronze #CF792C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.53%

 BLUE value IS 44 (17.58% from 255) = 11.83%

R = 55.65%
G = 32.53%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CF792C (or 0xCF792C) is known color: Bronze. HEX triplet: CF, 79 and 2C. RGB value is (207,121,44). Sum of RGB (Red+Green+Blue) = 207+121+44=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 121 (47.66% from 255 or 32.53% from 372); Blue value is 44 (17.58% from 255 or 11.83% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF792C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF792C is #3086D3. Grayscale: #8A8A8A. Windows color (decimal): -3180244 or 2914767. OLE color: 2914767.

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

Color convert

RGB 207 121 44 -
CMYK 0 0.42 0.79 0.19
HSL 28.34º 0.65% 0.49% -
HSV(B) 28.34º 0.79% 0.81% -
XYZ 33.02 27.12 5.88 -
YUV 137.94 74.99 177.26 -
System Red Green Blue C M Y K H S L
Decimal 207 121 44 0 0.42 0.79 0.19 28.34 0.65 0.49
Hex CF 79 2C 0 2A 4F 13 1C 41 31
Octal 317 171 54 0 52 117 23 34 101 61
Binary 11001111 1111001 101100 0 101010 1001111 10011 11100 1000001 110001

Color Harmonies of #CF792C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF792C

Black with #CF792C

Text Example


Text Example

White with #CF792C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF792C; }

 p { color: rgb(207,121,44); }

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

background-color css

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

 a { background-color: rgb(207,121,44); }

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

border-color css

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

 span { border-color: rgb(207,121,44); }

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