Html Css Color HEX #C88335 Golden Bell

📋 copy color: '#C88335'

red 200 ◦ green 131 ◦ blue 53

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

Shades of Golden Bell #C88335

Tints of Golden Bell #C88335

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.11%

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

R = 52.08%
G = 34.11%
B = 13.8%

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

#C88335 (or 0xC88335) is known color: Golden Bell. HEX triplet: C8, 83 and 35. RGB value is (200,131,53). Sum of RGB (Red+Green+Blue) = 200+131+53=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 53 (21.09% from 255 or 13.80% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C88335 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88335 is #377CCA. Grayscale: #8F8F8F. Windows color (decimal): -3636427 or 3507144. OLE color: 3507144.

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

Color convert

RGB 200 131 53 -
CMYK 0 0.34 0.74 0.22
HSL 31.84º 0.58% 0.5% -
HSV(B) 31.84º 0.74% 0.78% -
XYZ 32.58 28.77 7.2 -
YUV 142.74 77.36 168.84 -
System Red Green Blue C M Y K H S L
Decimal 200 131 53 0 0.34 0.74 0.22 31.84 0.58 0.5
Hex C8 83 35 0 22 4A 16 20 3A 32
Octal 310 203 65 0 42 112 26 40 72 62
Binary 11001000 10000011 110101 0 100010 1001010 10110 100000 111010 110010

Color Harmonies of #C88335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88335

Black with #C88335

Text Example


Text Example

White with #C88335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88335; }

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

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

background-color css

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

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

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

border-color css

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

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

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