Html Css Color HEX #C88B21 Geebung

📋 copy color: '#C88B21'

red 200 ◦ green 139 ◦ blue 33

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

Shades of Geebung #C88B21

Tints of Geebung #C88B21

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.37%

 BLUE value IS 33 (13.28% from 255) = 8.87%

R = 53.76%
G = 37.37%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C88B21 (or 0xC88B21) is known color: Geebung. HEX triplet: C8, 8B and 21. RGB value is (200,139,33). Sum of RGB (Red+Green+Blue) = 200+139+33=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 139 (54.69% from 255 or 37.37% from 372); Blue value is 33 (13.28% from 255 or 8.87% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C88B21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88B21 is #3774DE. Grayscale: #919191. Windows color (decimal): -3634399 or 2198472. OLE color: 2198472.

HSL color Cylindrical-coordinate representation of color #C88B21: hue angle of 38.08º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C88B21 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 139 33 -
CMYK 0 0.30 0.84 0.22
HSL 38.08º 0.72% 0.46% -
HSV(B) 38.08º 0.84% 0.78% -
XYZ 33.33 30.85 5.64 -
YUV 145.16 64.71 167.12 -
System Red Green Blue C M Y K H S L
Decimal 200 139 33 0 0.30 0.84 0.22 38.08 0.72 0.46
Hex C8 8B 21 0 1E 54 16 26 48 2E
Octal 310 213 41 0 36 124 26 46 110 56
Binary 11001000 10001011 100001 0 11110 1010100 10110 100110 1001000 101110

Color Harmonies of #C88B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88B21

Black with #C88B21

Text Example


Text Example

White with #C88B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88B21; }

 p { color: rgb(200,139,33); }

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

background-color css

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

 a { background-color: rgb(200,139,33); }

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

border-color css

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

 span { border-color: rgb(200,139,33); }

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