Html Css Color HEX #C88C26 Geebung

📋 copy color: '#C88C26'

red 200 ◦ green 140 ◦ blue 38

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

Shades of Geebung #C88C26

Tints of Geebung #C88C26

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.04%

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

R = 52.91%
G = 37.04%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C88C26 (or 0xC88C26) is known color: Geebung. HEX triplet: C8, 8C and 26. RGB value is (200,140,38). Sum of RGB (Red+Green+Blue) = 200+140+38=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 38 (15.23% from 255 or 10.05% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88C26 is #3773D9. Grayscale: #929292. Windows color (decimal): -3634138 or 2526408. OLE color: 2526408.

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

Color convert

RGB 200 140 38 -
CMYK 0 0.3 0.81 0.22
HSL 37.78º 0.68% 0.47% -
HSV(B) 37.78º 0.81% 0.78% -
XYZ 33.55 31.18 6.08 -
YUV 146.31 66.88 166.29 -
System Red Green Blue C M Y K H S L
Decimal 200 140 38 0 0.3 0.81 0.22 37.78 0.68 0.47
Hex C8 8C 26 0 1E 51 16 26 44 2F
Octal 310 214 46 0 36 121 26 46 104 57
Binary 11001000 10001100 100110 0 11110 1010001 10110 100110 1000100 101111

Color Harmonies of #C88C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88C26

Black with #C88C26

Text Example


Text Example

White with #C88C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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