Html Css Color HEX #C88435 Golden Bell

📋 copy color: '#C88435'

red 200 ◦ green 132 ◦ blue 53

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

Shades of Golden Bell #C88435

Tints of Golden Bell #C88435

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.29%

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

R = 51.95%
G = 34.29%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C88435 (or 0xC88435) is known color: Golden Bell. HEX triplet: C8, 84 and 35. RGB value is (200,132,53). Sum of RGB (Red+Green+Blue) = 200+132+53=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 53 (21.09% from 255 or 13.77% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C88435 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88435 is #377BCA. Grayscale: #8F8F8F. Windows color (decimal): -3636171 or 3507400. OLE color: 3507400.

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

Color convert

RGB 200 132 53 -
CMYK 0 0.34 0.74 0.22
HSL 32.24º 0.58% 0.5% -
HSV(B) 32.24º 0.74% 0.78% -
XYZ 32.71 29.04 7.25 -
YUV 143.33 77.03 168.42 -
System Red Green Blue C M Y K H S L
Decimal 200 132 53 0 0.34 0.74 0.22 32.24 0.58 0.5
Hex C8 84 35 0 22 4A 16 20 3A 32
Octal 310 204 65 0 42 112 26 40 72 62
Binary 11001000 10000100 110101 0 100010 1001010 10110 100000 111010 110010

Color Harmonies of #C88435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88435

Black with #C88435

Text Example


Text Example

White with #C88435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88435; }

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

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

background-color css

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

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

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

border-color css

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

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

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