Html Css Color HEX #C8823B Golden Bell

📋 copy color: '#C8823B'

red 200 ◦ green 130 ◦ blue 59

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

Shades of Golden Bell #C8823B

Tints of Golden Bell #C8823B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.42%

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

R = 51.41%
G = 33.42%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C8823B (or 0xC8823B) is known color: Golden Bell. HEX triplet: C8, 82 and 3B. RGB value is (200,130,59). Sum of RGB (Red+Green+Blue) = 200+130+59=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 59 (23.44% from 255 or 15.17% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C8823B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8823B is #377DC4. Grayscale: #8F8F8F. Windows color (decimal): -3636677 or 3900104. OLE color: 3900104.

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

Color convert

RGB 200 130 59 -
CMYK 0 0.35 0.70 0.22
HSL 30.21º 0.56% 0.51% -
HSV(B) 30.21º 0.71% 0.78% -
XYZ 32.59 28.56 7.93 -
YUV 142.84 80.69 168.77 -
System Red Green Blue C M Y K H S L
Decimal 200 130 59 0 0.35 0.70 0.22 30.21 0.56 0.51
Hex C8 82 3B 0 23 46 16 1E 38 33
Octal 310 202 73 0 43 106 26 36 70 63
Binary 11001000 10000010 111011 0 100011 1000110 10110 11110 111000 110011

Color Harmonies of #C8823B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8823B

Black with #C8823B

Text Example


Text Example

White with #C8823B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8823B; }

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

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

background-color css

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

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

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

border-color css

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

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

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