Html Css Color HEX #C88232 Golden Bell

📋 copy color: '#C88232'

red 200 ◦ green 130 ◦ blue 50

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

Shades of Golden Bell #C88232

Tints of Golden Bell #C88232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.16%

R = 52.63%
G = 34.21%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C88232 (or 0xC88232) is known color: Golden Bell. HEX triplet: C8, 82 and 32. RGB value is (200,130,50). Sum of RGB (Red+Green+Blue) = 200+130+50=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 50 (19.92% from 255 or 13.16% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C88232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88232 is #377DCD. Grayscale: #8E8E8E. Windows color (decimal): -3636686 or 3310280. OLE color: 3310280.

HSL color Cylindrical-coordinate representation of color #C88232: hue angle of 32º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C88232 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 130 50 -
CMYK 0 0.35 0.75 0.22
HSL 32º 0.6% 0.49% -
HSV(B) 32º 0.75% 0.78% -
XYZ 32.38 28.47 6.81 -
YUV 141.81 76.19 169.5 -
System Red Green Blue C M Y K H S L
Decimal 200 130 50 0 0.35 0.75 0.22 32 0.6 0.49
Hex C8 82 32 0 23 4B 16 20 3C 31
Octal 310 202 62 0 43 113 26 40 74 61
Binary 11001000 10000010 110010 0 100011 1001011 10110 100000 111100 110001

Color Harmonies of #C88232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88232

Black with #C88232

Text Example


Text Example

White with #C88232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88232; }

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

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

background-color css

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

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

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

border-color css

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

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

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