Html Css Color HEX #C88C2B Geebung

📋 copy color: '#C88C2B'

red 200 ◦ green 140 ◦ blue 43

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

Shades of Geebung #C88C2B

Tints of Geebung #C88C2B

RGB

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

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

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

R = 52.22%
G = 36.55%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C88C2B (or 0xC88C2B) is known color: Geebung. HEX triplet: C8, 8C and 2B. RGB value is (200,140,43). Sum of RGB (Red+Green+Blue) = 200+140+43=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 43 (17.19% from 255 or 11.23% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88C2B is #3773D4. Grayscale: #939393. Windows color (decimal): -3634133 or 2854088. OLE color: 2854088.

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

Color convert

RGB 200 140 43 -
CMYK 0 0.3 0.78 0.22
HSL 37.07º 0.65% 0.48% -
HSV(B) 37.07º 0.79% 0.78% -
XYZ 33.63 31.21 6.54 -
YUV 146.88 69.38 165.89 -
System Red Green Blue C M Y K H S L
Decimal 200 140 43 0 0.3 0.78 0.22 37.07 0.65 0.48
Hex C8 8C 2B 0 1E 4E 16 25 41 30
Octal 310 214 53 0 36 116 26 45 101 60
Binary 11001000 10001100 101011 0 11110 1001110 10110 100101 1000001 110000

Color Harmonies of #C88C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88C2B

Black with #C88C2B

Text Example


Text Example

White with #C88C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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