Html Css Color HEX #C88034 Golden Bell

📋 copy color: '#C88034'

red 200 ◦ green 128 ◦ blue 52

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

Shades of Golden Bell #C88034

Tints of Golden Bell #C88034

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.68%

 BLUE value IS 52 (20.7% from 255) = 13.68%

R = 52.63%
G = 33.68%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C88034 (or 0xC88034) is known color: Golden Bell. HEX triplet: C8, 80 and 34. RGB value is (200,128,52). Sum of RGB (Red+Green+Blue) = 200+128+52=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 52 (20.70% from 255 or 13.68% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C88034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88034 is #377FCB. Grayscale: #8D8D8D. Windows color (decimal): -3637196 or 3440840. OLE color: 3440840.

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

Color convert

RGB 200 128 52 -
CMYK 0 0.36 0.74 0.22
HSL 30.81º 0.59% 0.49% -
HSV(B) 30.81º 0.74% 0.78% -
XYZ 32.16 27.97 6.95 -
YUV 140.86 77.85 170.18 -
System Red Green Blue C M Y K H S L
Decimal 200 128 52 0 0.36 0.74 0.22 30.81 0.59 0.49
Hex C8 80 34 0 24 4A 16 1F 3B 31
Octal 310 200 64 0 44 112 26 37 73 61
Binary 11001000 10000000 110100 0 100100 1001010 10110 11111 111011 110001

Color Harmonies of #C88034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88034

Black with #C88034

Text Example


Text Example

White with #C88034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88034; }

 p { color: rgb(200,128,52); }

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

background-color css

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

 a { background-color: rgb(200,128,52); }

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

border-color css

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

 span { border-color: rgb(200,128,52); }

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