Html Css Color HEX #C88635 Golden Bell

📋 copy color: '#C88635'

red 200 ◦ green 134 ◦ blue 53

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

Shades of Golden Bell #C88635

Tints of Golden Bell #C88635

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.63%

 BLUE value IS 53 (21.09% from 255) = 13.7%

R = 51.68%
G = 34.63%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C88635 (or 0xC88635) is known color: Golden Bell. HEX triplet: C8, 86 and 35. RGB value is (200,134,53). Sum of RGB (Red+Green+Blue) = 200+134+53=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 53 (21.09% from 255 or 13.70% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C88635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88635 is #3779CA. Grayscale: #909090. Windows color (decimal): -3635659 or 3507912. OLE color: 3507912.

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

Color convert

RGB 200 134 53 -
CMYK 0 0.33 0.74 0.22
HSL 33.06º 0.58% 0.5% -
HSV(B) 33.06º 0.74% 0.78% -
XYZ 32.99 29.59 7.34 -
YUV 144.5 76.37 167.59 -
System Red Green Blue C M Y K H S L
Decimal 200 134 53 0 0.33 0.74 0.22 33.06 0.58 0.5
Hex C8 86 35 0 21 4A 16 21 3A 32
Octal 310 206 65 0 41 112 26 41 72 62
Binary 11001000 10000110 110101 0 100001 1001010 10110 100001 111010 110010

Color Harmonies of #C88635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88635

Black with #C88635

Text Example


Text Example

White with #C88635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88635; }

 p { color: rgb(200,134,53); }

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

background-color css

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

 a { background-color: rgb(200,134,53); }

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

border-color css

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

 span { border-color: rgb(200,134,53); }

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