Html Css Color HEX #C88C27 Geebung

📋 copy color: '#C88C27'

red 200 ◦ green 140 ◦ blue 39

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

Shades of Geebung #C88C27

Tints of Geebung #C88C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.29%

R = 52.77%
G = 36.94%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C88C27 (or 0xC88C27) is known color: Geebung. HEX triplet: C8, 8C and 27. RGB value is (200,140,39). Sum of RGB (Red+Green+Blue) = 200+140+39=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 39 (15.62% from 255 or 10.29% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88C27 is #3773D8. Grayscale: #929292. Windows color (decimal): -3634137 or 2591944. OLE color: 2591944.

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

Color convert

RGB 200 140 39 -
CMYK 0 0.3 0.80 0.22
HSL 37.64º 0.67% 0.47% -
HSV(B) 37.64º 0.81% 0.78% -
XYZ 33.56 31.18 6.17 -
YUV 146.43 67.38 166.21 -
System Red Green Blue C M Y K H S L
Decimal 200 140 39 0 0.3 0.80 0.22 37.64 0.67 0.47
Hex C8 8C 27 0 1E 50 16 26 43 2F
Octal 310 214 47 0 36 120 26 46 103 57
Binary 11001000 10001100 100111 0 11110 1010000 10110 100110 1000011 101111

Color Harmonies of #C88C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88C27

Black with #C88C27

Text Example


Text Example

White with #C88C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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