Html Css Color HEX #C8833A Golden Bell

📋 copy color: '#C8833A'

red 200 ◦ green 131 ◦ blue 58

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

Shades of Golden Bell #C8833A

Tints of Golden Bell #C8833A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.68%

 BLUE value IS 58 (23.05% from 255) = 14.91%

R = 51.41%
G = 33.68%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C8833A (or 0xC8833A) is known color: Golden Bell. HEX triplet: C8, 83 and 3A. RGB value is (200,131,58). Sum of RGB (Red+Green+Blue) = 200+131+58=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 58 (23.05% from 255 or 14.91% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C8833A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8833A is #377CC5. Grayscale: #8F8F8F. Windows color (decimal): -3636422 or 3834824. OLE color: 3834824.

HSL color Cylindrical-coordinate representation of color #C8833A: hue angle of 30.85º 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 #C8833A is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 131 58 -
CMYK 0 0.34 0.71 0.22
HSL 30.85º 0.56% 0.51% -
HSV(B) 30.85º 0.71% 0.78% -
XYZ 32.7 28.82 7.84 -
YUV 143.31 79.86 168.44 -
System Red Green Blue C M Y K H S L
Decimal 200 131 58 0 0.34 0.71 0.22 30.85 0.56 0.51
Hex C8 83 3A 0 22 47 16 1F 38 33
Octal 310 203 72 0 42 107 26 37 70 63
Binary 11001000 10000011 111010 0 100010 1000111 10110 11111 111000 110011

Color Harmonies of #C8833A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8833A

Black with #C8833A

Text Example


Text Example

White with #C8833A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8833A; }

 p { color: rgb(200,131,58); }

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

background-color css

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

 a { background-color: rgb(200,131,58); }

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

border-color css

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

 span { border-color: rgb(200,131,58); }

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