Html Css Color HEX #C9882D Geebung

📋 copy color: '#C9882D'

red 201 ◦ green 136 ◦ blue 45

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

Shades of Geebung #C9882D

Tints of Geebung #C9882D

RGB

 RED value IS 201 (78.91% from 255) = 52.62%

 GREEN value IS 136 (53.52% from 255) = 35.6%

 BLUE value IS 45 (17.97% from 255) = 11.78%

R = 52.62%
G = 35.6%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C9882D (or 0xC9882D) is known color: Geebung. HEX triplet: C9, 88 and 2D. RGB value is (201,136,45). Sum of RGB (Red+Green+Blue) = 201+136+45=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 45 (17.97% from 255 or 11.78% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C9882D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9882D is #3677D2. Grayscale: #919191. Windows color (decimal): -3569619 or 2984137. OLE color: 2984137.

HSL color Cylindrical-coordinate representation of color #C9882D: hue angle of 35º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C9882D is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 136 45 -
CMYK 0 0.32 0.78 0.21
HSL 35º 0.63% 0.48% -
HSV(B) 35º 0.78% 0.79% -
XYZ 33.37 30.22 6.56 -
YUV 145.06 71.53 167.9 -
System Red Green Blue C M Y K H S L
Decimal 201 136 45 0 0.32 0.78 0.21 35 0.63 0.48
Hex C9 88 2D 0 20 4E 15 23 3F 30
Octal 311 210 55 0 40 116 25 43 77 60
Binary 11001001 10001000 101101 0 100000 1001110 10101 100011 111111 110000

Color Harmonies of #C9882D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9882D

Black with #C9882D

Text Example


Text Example

White with #C9882D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9882D; }

 p { color: rgb(201,136,45); }

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

background-color css

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

 a { background-color: rgb(201,136,45); }

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

border-color css

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

 span { border-color: rgb(201,136,45); }

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