Html Css Color HEX #C87F33 Golden Bell

📋 copy color: '#C87F33'

red 200 ◦ green 127 ◦ blue 51

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

Shades of Golden Bell #C87F33

Tints of Golden Bell #C87F33

RGB

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

 GREEN value IS 127 (50% from 255) = 33.6%

 BLUE value IS 51 (20.31% from 255) = 13.49%

R = 52.91%
G = 33.6%
B = 13.49%

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

#C87F33 (or 0xC87F33) is known color: Golden Bell. HEX triplet: C8, 7F and 33. RGB value is (200,127,51). Sum of RGB (Red+Green+Blue) = 200+127+51=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 51 (20.31% from 255 or 13.49% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87F33 is #3780CC. Grayscale: #8C8C8C. Windows color (decimal): -3637453 or 3375048. OLE color: 3375048.

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

Color convert

RGB 200 127 51 -
CMYK 0 0.36 0.74 0.22
HSL 30.6º 0.59% 0.49% -
HSV(B) 30.6º 0.75% 0.78% -
XYZ 32.01 27.7 6.79 -
YUV 140.16 77.68 170.68 -
System Red Green Blue C M Y K H S L
Decimal 200 127 51 0 0.36 0.74 0.22 30.6 0.59 0.49
Hex C8 7F 33 0 24 4A 16 1F 3B 31
Octal 310 177 63 0 44 112 26 37 73 61
Binary 11001000 1111111 110011 0 100100 1001010 10110 11111 111011 110001

Color Harmonies of #C87F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87F33

Black with #C87F33

Text Example


Text Example

White with #C87F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87F33; }

 p { color: rgb(200,127,51); }

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

background-color css

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

 a { background-color: rgb(200,127,51); }

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

border-color css

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

 span { border-color: rgb(200,127,51); }

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