Html Css Color HEX #CB802E Bronze

📋 copy color: '#CB802E'

red 203 ◦ green 128 ◦ blue 46

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

Shades of Bronze #CB802E

Tints of Bronze #CB802E

RGB

 RED value IS 203 (79.69% from 255) = 53.85%

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

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

R = 53.85%
G = 33.95%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CB802E (or 0xCB802E) is known color: Bronze. HEX triplet: CB, 80 and 2E. RGB value is (203,128,46). Sum of RGB (Red+Green+Blue) = 203+128+46=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 46 (18.36% from 255 or 12.20% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB802E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB802E is #347FD1. Grayscale: #8D8D8D. Windows color (decimal): -3440594 or 3047627. OLE color: 3047627.

HSL color Cylindrical-coordinate representation of color #CB802E: hue angle of 31.34º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB802E is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 128 46 -
CMYK 0 0.37 0.77 0.20
HSL 31.34º 0.63% 0.49% -
HSV(B) 31.34º 0.77% 0.8% -
XYZ 32.84 28.33 6.32 -
YUV 141.08 74.35 172.17 -
System Red Green Blue C M Y K H S L
Decimal 203 128 46 0 0.37 0.77 0.20 31.34 0.63 0.49
Hex CB 80 2E 0 25 4D 14 1F 3F 31
Octal 313 200 56 0 45 115 24 37 77 61
Binary 11001011 10000000 101110 0 100101 1001101 10100 11111 111111 110001

Color Harmonies of #CB802E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB802E

Black with #CB802E

Text Example


Text Example

White with #CB802E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB802E; }

 p { color: rgb(203,128,46); }

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

background-color css

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

 a { background-color: rgb(203,128,46); }

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

border-color css

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

 span { border-color: rgb(203,128,46); }

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