Html Css Color HEX #C88532 Geebung

📋 copy color: '#C88532'

red 200 ◦ green 133 ◦ blue 50

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

Shades of Geebung #C88532

Tints of Geebung #C88532

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.73%

 BLUE value IS 50 (19.92% from 255) = 13.05%

R = 52.22%
G = 34.73%
B = 13.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C88532 (or 0xC88532) is known color: Geebung. HEX triplet: C8, 85 and 32. RGB value is (200,133,50). Sum of RGB (Red+Green+Blue) = 200+133+50=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 50 (19.92% from 255 or 13.05% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C88532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88532 is #377ACD. Grayscale: #8F8F8F. Windows color (decimal): -3635918 or 3311048. OLE color: 3311048.

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

Color convert

RGB 200 133 50 -
CMYK 0 0.34 0.75 0.22
HSL 33.2º 0.6% 0.49% -
HSV(B) 33.2º 0.75% 0.78% -
XYZ 32.78 29.28 6.94 -
YUV 143.57 75.2 168.25 -
System Red Green Blue C M Y K H S L
Decimal 200 133 50 0 0.34 0.75 0.22 33.2 0.6 0.49
Hex C8 85 32 0 22 4B 16 21 3C 31
Octal 310 205 62 0 42 113 26 41 74 61
Binary 11001000 10000101 110010 0 100010 1001011 10110 100001 111100 110001

Color Harmonies of #C88532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88532

Black with #C88532

Text Example


Text Example

White with #C88532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88532; }

 p { color: rgb(200,133,50); }

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

background-color css

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

 a { background-color: rgb(200,133,50); }

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

border-color css

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

 span { border-color: rgb(200,133,50); }

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