Html Css Color HEX #C8843B Golden Bell

📋 copy color: '#C8843B'

red 200 ◦ green 132 ◦ blue 59

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

Shades of Golden Bell #C8843B

Tints of Golden Bell #C8843B

RGB

 RED value IS 200 (78.52% from 255) = 51.15%

 GREEN value IS 132 (51.95% from 255) = 33.76%

 BLUE value IS 59 (23.44% from 255) = 15.09%

R = 51.15%
G = 33.76%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C8843B (or 0xC8843B) is known color: Golden Bell. HEX triplet: C8, 84 and 3B. RGB value is (200,132,59). Sum of RGB (Red+Green+Blue) = 200+132+59=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 59 (23.44% from 255 or 15.09% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C8843B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8843B is #377BC4. Grayscale: #909090. Windows color (decimal): -3636165 or 3900616. OLE color: 3900616.

HSL color Cylindrical-coordinate representation of color #C8843B: hue angle of 31.06º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8843B is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 132 59 -
CMYK 0 0.34 0.70 0.22
HSL 31.06º 0.56% 0.51% -
HSV(B) 31.06º 0.71% 0.78% -
XYZ 32.86 29.1 8.02 -
YUV 144.01 80.03 167.94 -
System Red Green Blue C M Y K H S L
Decimal 200 132 59 0 0.34 0.70 0.22 31.06 0.56 0.51
Hex C8 84 3B 0 22 46 16 1F 38 33
Octal 310 204 73 0 42 106 26 37 70 63
Binary 11001000 10000100 111011 0 100010 1000110 10110 11111 111000 110011

Color Harmonies of #C8843B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8843B

Black with #C8843B

Text Example


Text Example

White with #C8843B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8843B; }

 p { color: rgb(200,132,59); }

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

background-color css

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

 a { background-color: rgb(200,132,59); }

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

border-color css

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

 span { border-color: rgb(200,132,59); }

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