Html Css Color HEX #C9852B Geebung

📋 copy color: '#C9852B'

red 201 ◦ green 133 ◦ blue 43

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

Shades of Geebung #C9852B

Tints of Geebung #C9852B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.28%

 BLUE value IS 43 (17.19% from 255) = 11.41%

R = 53.32%
G = 35.28%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C9852B (or 0xC9852B) is known color: Geebung. HEX triplet: C9, 85 and 2B. RGB value is (201,133,43). Sum of RGB (Red+Green+Blue) = 201+133+43=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 43 (17.19% from 255 or 11.41% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C9852B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9852B is #367AD4. Grayscale: #8F8F8F. Windows color (decimal): -3570389 or 2852297. OLE color: 2852297.

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

Color convert

RGB 201 133 43 -
CMYK 0 0.34 0.79 0.21
HSL 34.18º 0.65% 0.48% -
HSV(B) 34.18º 0.79% 0.79% -
XYZ 32.91 29.37 6.22 -
YUV 143.07 71.53 169.32 -
System Red Green Blue C M Y K H S L
Decimal 201 133 43 0 0.34 0.79 0.21 34.18 0.65 0.48
Hex C9 85 2B 0 22 4F 15 22 41 30
Octal 311 205 53 0 42 117 25 42 101 60
Binary 11001001 10000101 101011 0 100010 1001111 10101 100010 1000001 110000

Color Harmonies of #C9852B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9852B

Black with #C9852B

Text Example


Text Example

White with #C9852B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9852B; }

 p { color: rgb(201,133,43); }

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

background-color css

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

 a { background-color: rgb(201,133,43); }

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

border-color css

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

 span { border-color: rgb(201,133,43); }

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