Html Css Color HEX #C88223 Geebung

📋 copy color: '#C88223'

red 200 ◦ green 130 ◦ blue 35

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

Shades of Geebung #C88223

Tints of Geebung #C88223

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.62%

 BLUE value IS 35 (14.06% from 255) = 9.59%

R = 54.79%
G = 35.62%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C88223 (or 0xC88223) is known color: Geebung. HEX triplet: C8, 82 and 23. RGB value is (200,130,35). Sum of RGB (Red+Green+Blue) = 200+130+35=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 35 (14.06% from 255 or 9.59% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C88223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88223 is #377DDC. Grayscale: #8C8C8C. Windows color (decimal): -3636701 or 2327240. OLE color: 2327240.

HSL color Cylindrical-coordinate representation of color #C88223: hue angle of 34.55º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C88223 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 130 35 -
CMYK 0 0.35 0.82 0.22
HSL 34.55º 0.7% 0.46% -
HSV(B) 34.55º 0.83% 0.78% -
XYZ 32.11 28.37 5.37 -
YUV 140.1 68.69 170.72 -
System Red Green Blue C M Y K H S L
Decimal 200 130 35 0 0.35 0.82 0.22 34.55 0.7 0.46
Hex C8 82 23 0 23 52 16 23 46 2E
Octal 310 202 43 0 43 122 26 43 106 56
Binary 11001000 10000010 100011 0 100011 1010010 10110 100011 1000110 101110

Color Harmonies of #C88223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88223

Black with #C88223

Text Example


Text Example

White with #C88223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88223; }

 p { color: rgb(200,130,35); }

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

background-color css

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

 a { background-color: rgb(200,130,35); }

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

border-color css

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

 span { border-color: rgb(200,130,35); }

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