Html Css Color HEX #CB7E2A Bronze

📋 copy color: '#CB7E2A'

red 203 ◦ green 126 ◦ blue 42

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

Shades of Bronze #CB7E2A

Tints of Bronze #CB7E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.32%

R = 54.72%
G = 33.96%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CB7E2A (or 0xCB7E2A) is known color: Bronze. HEX triplet: CB, 7E and 2A. RGB value is (203,126,42). Sum of RGB (Red+Green+Blue) = 203+126+42=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 42 (16.80% from 255 or 11.32% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7E2A is #3481D5. Grayscale: #8B8B8B. Windows color (decimal): -3441110 or 2784971. OLE color: 2784971.

HSL color Cylindrical-coordinate representation of color #CB7E2A: hue angle of 31.3º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB7E2A is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 126 42 -
CMYK 0 0.38 0.79 0.20
HSL 31.3º 0.66% 0.48% -
HSV(B) 31.3º 0.79% 0.8% -
XYZ 32.51 27.79 5.84 -
YUV 139.45 73.01 173.33 -
System Red Green Blue C M Y K H S L
Decimal 203 126 42 0 0.38 0.79 0.20 31.3 0.66 0.48
Hex CB 7E 2A 0 26 4F 14 1F 42 30
Octal 313 176 52 0 46 117 24 37 102 60
Binary 11001011 1111110 101010 0 100110 1001111 10100 11111 1000010 110000

Color Harmonies of #CB7E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7E2A

Black with #CB7E2A

Text Example


Text Example

White with #CB7E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7E2A; }

 p { color: rgb(203,126,42); }

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

background-color css

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

 a { background-color: rgb(203,126,42); }

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

border-color css

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

 span { border-color: rgb(203,126,42); }

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