Html Css Color HEX #C8862F Geebung

📋 copy color: '#C8862F'

red 200 ◦ green 134 ◦ blue 47

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

Shades of Geebung #C8862F

Tints of Geebung #C8862F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.17%

 BLUE value IS 47 (18.75% from 255) = 12.34%

R = 52.49%
G = 35.17%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C8862F (or 0xC8862F) is known color: Geebung. HEX triplet: C8, 86 and 2F. RGB value is (200,134,47). Sum of RGB (Red+Green+Blue) = 200+134+47=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 47 (18.75% from 255 or 12.34% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C8862F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8862F is #3779D0. Grayscale: #909090. Windows color (decimal): -3635665 or 3114696. OLE color: 3114696.

HSL color Cylindrical-coordinate representation of color #C8862F: hue angle of 34.12º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C8862F is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 134 47 -
CMYK 0 0.33 0.76 0.22
HSL 34.12º 0.62% 0.48% -
HSV(B) 34.12º 0.77% 0.78% -
XYZ 32.86 29.53 6.66 -
YUV 143.82 73.37 168.07 -
System Red Green Blue C M Y K H S L
Decimal 200 134 47 0 0.33 0.76 0.22 34.12 0.62 0.48
Hex C8 86 2F 0 21 4C 16 22 3E 30
Octal 310 206 57 0 41 114 26 42 76 60
Binary 11001000 10000110 101111 0 100001 1001100 10110 100010 111110 110000

Color Harmonies of #C8862F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8862F

Black with #C8862F

Text Example


Text Example

White with #C8862F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8862F; }

 p { color: rgb(200,134,47); }

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

background-color css

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

 a { background-color: rgb(200,134,47); }

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

border-color css

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

 span { border-color: rgb(200,134,47); }

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