Html Css Color HEX #C88D26 Geebung

📋 copy color: '#C88D26'

red 200 ◦ green 141 ◦ blue 38

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

Shades of Geebung #C88D26

Tints of Geebung #C88D26

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.2%

 BLUE value IS 38 (15.23% from 255) = 10.03%

R = 52.77%
G = 37.2%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C88D26 (or 0xC88D26) is known color: Geebung. HEX triplet: C8, 8D and 26. RGB value is (200,141,38). Sum of RGB (Red+Green+Blue) = 200+141+38=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 38 (15.23% from 255 or 10.03% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88D26 is #3772D9. Grayscale: #939393. Windows color (decimal): -3633882 or 2526664. OLE color: 2526664.

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

Color convert

RGB 200 141 38 -
CMYK 0 0.29 0.81 0.22
HSL 38.15º 0.68% 0.47% -
HSV(B) 38.15º 0.81% 0.78% -
XYZ 33.69 31.47 6.13 -
YUV 146.9 66.55 165.88 -
System Red Green Blue C M Y K H S L
Decimal 200 141 38 0 0.29 0.81 0.22 38.15 0.68 0.47
Hex C8 8D 26 0 1D 51 16 26 44 2F
Octal 310 215 46 0 35 121 26 46 104 57
Binary 11001000 10001101 100110 0 11101 1010001 10110 100110 1000100 101111

Color Harmonies of #C88D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88D26

Black with #C88D26

Text Example


Text Example

White with #C88D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88D26; }

 p { color: rgb(200,141,38); }

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

background-color css

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

 a { background-color: rgb(200,141,38); }

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

border-color css

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

 span { border-color: rgb(200,141,38); }

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