Html Css Color HEX #C88A28 Geebung

📋 copy color: '#C88A28'

red 200 ◦ green 138 ◦ blue 40

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

Shades of Geebung #C88A28

Tints of Geebung #C88A28

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.51%

 BLUE value IS 40 (16.02% from 255) = 10.58%

R = 52.91%
G = 36.51%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#C88A28 (or 0xC88A28) is known color: Geebung. HEX triplet: C8, 8A and 28. RGB value is (200,138,40). Sum of RGB (Red+Green+Blue) = 200+138+40=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 40 (16.02% from 255 or 10.58% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88A28 is #3775D7. Grayscale: #919191. Windows color (decimal): -3634648 or 2656968. OLE color: 2656968.

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

Color convert

RGB 200 138 40 -
CMYK 0 0.31 0.8 0.22
HSL 36.75º 0.67% 0.47% -
HSV(B) 36.75º 0.8% 0.78% -
XYZ 33.29 30.61 6.16 -
YUV 145.37 68.54 166.97 -
System Red Green Blue C M Y K H S L
Decimal 200 138 40 0 0.31 0.8 0.22 36.75 0.67 0.47
Hex C8 8A 28 0 1F 50 16 25 43 2F
Octal 310 212 50 0 37 120 26 45 103 57
Binary 11001000 10001010 101000 0 11111 1010000 10110 100101 1000011 101111

Color Harmonies of #C88A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88A28

Black with #C88A28

Text Example


Text Example

White with #C88A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88A28; }

 p { color: rgb(200,138,40); }

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

background-color css

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

 a { background-color: rgb(200,138,40); }

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

border-color css

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

 span { border-color: rgb(200,138,40); }

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