Html Css Color HEX #C8882A Geebung

📋 copy color: '#C8882A'

red 200 ◦ green 136 ◦ blue 42

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

Shades of Geebung #C8882A

Tints of Geebung #C8882A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.98%

 BLUE value IS 42 (16.8% from 255) = 11.11%

R = 52.91%
G = 35.98%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C8882A (or 0xC8882A) is known color: Geebung. HEX triplet: C8, 88 and 2A. RGB value is (200,136,42). Sum of RGB (Red+Green+Blue) = 200+136+42=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 42 (16.80% from 255 or 11.11% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C8882A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8882A is #3777D5. Grayscale: #909090. Windows color (decimal): -3635158 or 2787528. OLE color: 2787528.

HSL color Cylindrical-coordinate representation of color #C8882A: hue angle of 35.7º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C8882A is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 136 42 -
CMYK 0 0.32 0.79 0.22
HSL 35.7º 0.65% 0.47% -
HSV(B) 35.7º 0.79% 0.78% -
XYZ 33.04 30.05 6.25 -
YUV 144.42 70.2 167.64 -
System Red Green Blue C M Y K H S L
Decimal 200 136 42 0 0.32 0.79 0.22 35.7 0.65 0.47
Hex C8 88 2A 0 20 4F 16 24 41 2F
Octal 310 210 52 0 40 117 26 44 101 57
Binary 11001000 10001000 101010 0 100000 1001111 10110 100100 1000001 101111

Color Harmonies of #C8882A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8882A

Black with #C8882A

Text Example


Text Example

White with #C8882A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8882A; }

 p { color: rgb(200,136,42); }

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

background-color css

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

 a { background-color: rgb(200,136,42); }

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

border-color css

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

 span { border-color: rgb(200,136,42); }

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