Html Css Color HEX #C88D2C Geebung

📋 copy color: '#C88D2C'

red 200 ◦ green 141 ◦ blue 44

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

Shades of Geebung #C88D2C

Tints of Geebung #C88D2C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.62%

 BLUE value IS 44 (17.58% from 255) = 11.43%

R = 51.95%
G = 36.62%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C88D2C (or 0xC88D2C) is known color: Geebung. HEX triplet: C8, 8D and 2C. RGB value is (200,141,44). Sum of RGB (Red+Green+Blue) = 200+141+44=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 44 (17.58% from 255 or 11.43% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88D2C is #3772D3. Grayscale: #949494. Windows color (decimal): -3633876 or 2919880. OLE color: 2919880.

HSL color Cylindrical-coordinate representation of color #C88D2C: hue angle of 37.31º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C88D2C is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 141 44 -
CMYK 0 0.29 0.78 0.22
HSL 37.31º 0.64% 0.48% -
HSV(B) 37.31º 0.78% 0.78% -
XYZ 33.8 31.51 6.68 -
YUV 147.58 69.55 165.39 -
System Red Green Blue C M Y K H S L
Decimal 200 141 44 0 0.29 0.78 0.22 37.31 0.64 0.48
Hex C8 8D 2C 0 1D 4E 16 25 40 30
Octal 310 215 54 0 35 116 26 45 100 60
Binary 11001000 10001101 101100 0 11101 1001110 10110 100101 1000000 110000

Color Harmonies of #C88D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88D2C

Black with #C88D2C

Text Example


Text Example

White with #C88D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88D2C; }

 p { color: rgb(200,141,44); }

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

background-color css

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

 a { background-color: rgb(200,141,44); }

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

border-color css

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

 span { border-color: rgb(200,141,44); }

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