Html Css Color HEX #CF802D Bronze

📋 copy color: '#CF802D'

red 207 ◦ green 128 ◦ blue 45

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

Shades of Bronze #CF802D

Tints of Bronze #CF802D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.68%

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

R = 54.47%
G = 33.68%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CF802D (or 0xCF802D) is known color: Bronze. HEX triplet: CF, 80 and 2D. RGB value is (207,128,45). Sum of RGB (Red+Green+Blue) = 207+128+45=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 45 (17.97% from 255 or 11.84% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF802D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF802D is #307FD2. Grayscale: #8E8E8E. Windows color (decimal): -3178451 or 2982095. OLE color: 2982095.

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

Color convert

RGB 207 128 45 -
CMYK 0 0.38 0.78 0.19
HSL 30.74º 0.64% 0.49% -
HSV(B) 30.74º 0.78% 0.81% -
XYZ 33.92 28.89 6.27 -
YUV 142.16 73.17 174.25 -
System Red Green Blue C M Y K H S L
Decimal 207 128 45 0 0.38 0.78 0.19 30.74 0.64 0.49
Hex CF 80 2D 0 26 4E 13 1F 40 31
Octal 317 200 55 0 46 116 23 37 100 61
Binary 11001111 10000000 101101 0 100110 1001110 10011 11111 1000000 110001

Color Harmonies of #CF802D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF802D

Black with #CF802D

Text Example


Text Example

White with #CF802D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF802D; }

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

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

background-color css

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

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

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

border-color css

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

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

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