Html Css Color HEX #C88321 Geebung

📋 copy color: '#C88321'

red 200 ◦ green 131 ◦ blue 33

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

Shades of Geebung #C88321

Tints of Geebung #C88321

RGB

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

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

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

R = 54.95%
G = 35.99%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C88321 (or 0xC88321) is known color: Geebung. HEX triplet: C8, 83 and 21. RGB value is (200,131,33). Sum of RGB (Red+Green+Blue) = 200+131+33=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 33 (13.28% from 255 or 9.07% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C88321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88321 is #377CDE. Grayscale: #8C8C8C. Windows color (decimal): -3636447 or 2196424. OLE color: 2196424.

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

Color convert

RGB 200 131 33 -
CMYK 0 0.34 0.84 0.22
HSL 35.21º 0.72% 0.46% -
HSV(B) 35.21º 0.84% 0.78% -
XYZ 32.21 28.62 5.27 -
YUV 140.46 67.36 170.47 -
System Red Green Blue C M Y K H S L
Decimal 200 131 33 0 0.34 0.84 0.22 35.21 0.72 0.46
Hex C8 83 21 0 22 54 16 23 48 2E
Octal 310 203 41 0 42 124 26 43 110 56
Binary 11001000 10000011 100001 0 100010 1010100 10110 100011 1001000 101110

Color Harmonies of #C88321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88321

Black with #C88321

Text Example


Text Example

White with #C88321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88321; }

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

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

background-color css

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

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

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

border-color css

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

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

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