Html Css Color HEX #C88632 Geebung

📋 copy color: '#C88632'

red 200 ◦ green 134 ◦ blue 50

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

Shades of Geebung #C88632

Tints of Geebung #C88632

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.9%

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

R = 52.08%
G = 34.9%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C88632 (or 0xC88632) is known color: Geebung. HEX triplet: C8, 86 and 32. RGB value is (200,134,50). Sum of RGB (Red+Green+Blue) = 200+134+50=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 50 (19.92% from 255 or 13.02% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C88632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88632 is #3779CD. Grayscale: #909090. Windows color (decimal): -3635662 or 3311304. OLE color: 3311304.

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

Color convert

RGB 200 134 50 -
CMYK 0 0.33 0.75 0.22
HSL 33.6º 0.6% 0.49% -
HSV(B) 33.6º 0.75% 0.78% -
XYZ 32.92 29.56 6.99 -
YUV 144.16 74.87 167.83 -
System Red Green Blue C M Y K H S L
Decimal 200 134 50 0 0.33 0.75 0.22 33.6 0.6 0.49
Hex C8 86 32 0 21 4B 16 22 3C 31
Octal 310 206 62 0 41 113 26 42 74 61
Binary 11001000 10000110 110010 0 100001 1001011 10110 100010 111100 110001

Color Harmonies of #C88632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88632

Black with #C88632

Text Example


Text Example

White with #C88632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88632; }

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

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

background-color css

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

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

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

border-color css

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

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

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