Html Css Color HEX #C88C2D Geebung

📋 copy color: '#C88C2D'

red 200 ◦ green 140 ◦ blue 45

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

Shades of Geebung #C88C2D

Tints of Geebung #C88C2D

RGB

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

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

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

R = 51.95%
G = 36.36%
B = 11.69%

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

#C88C2D (or 0xC88C2D) is known color: Geebung. HEX triplet: C8, 8C and 2D. RGB value is (200,140,45). Sum of RGB (Red+Green+Blue) = 200+140+45=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 45 (17.97% from 255 or 11.69% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88C2D is #3773D2. Grayscale: #939393. Windows color (decimal): -3634131 or 2985160. OLE color: 2985160.

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

Color convert

RGB 200 140 45 -
CMYK 0 0.3 0.78 0.22
HSL 36.77º 0.63% 0.48% -
HSV(B) 36.77º 0.78% 0.78% -
XYZ 33.67 31.22 6.73 -
YUV 147.11 70.38 165.72 -
System Red Green Blue C M Y K H S L
Decimal 200 140 45 0 0.3 0.78 0.22 36.77 0.63 0.48
Hex C8 8C 2D 0 1E 4E 16 25 3F 30
Octal 310 214 55 0 36 116 26 45 77 60
Binary 11001000 10001100 101101 0 11110 1001110 10110 100101 111111 110000

Color Harmonies of #C88C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88C2D

Black with #C88C2D

Text Example


Text Example

White with #C88C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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