Html Css Color HEX #C88B2A Geebung

📋 copy color: '#C88B2A'

red 200 ◦ green 139 ◦ blue 42

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

Shades of Geebung #C88B2A

Tints of Geebung #C88B2A

RGB

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

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

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

R = 52.49%
G = 36.48%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C88B2A (or 0xC88B2A) is known color: Geebung. HEX triplet: C8, 8B and 2A. RGB value is (200,139,42). Sum of RGB (Red+Green+Blue) = 200+139+42=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 42 (16.80% from 255 or 11.02% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C88B2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88B2A is #3774D5. Grayscale: #929292. Windows color (decimal): -3634390 or 2788296. OLE color: 2788296.

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

Color convert

RGB 200 139 42 -
CMYK 0 0.30 0.79 0.22
HSL 36.84º 0.65% 0.47% -
HSV(B) 36.84º 0.79% 0.78% -
XYZ 33.47 30.91 6.39 -
YUV 146.18 69.21 166.39 -
System Red Green Blue C M Y K H S L
Decimal 200 139 42 0 0.30 0.79 0.22 36.84 0.65 0.47
Hex C8 8B 2A 0 1E 4F 16 25 41 2F
Octal 310 213 52 0 36 117 26 45 101 57
Binary 11001000 10001011 101010 0 11110 1001111 10110 100101 1000001 101111

Color Harmonies of #C88B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88B2A

Black with #C88B2A

Text Example


Text Example

White with #C88B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88B2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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