Html Css Color HEX #C08223 Geebung

📋 copy color: '#C08223'

red 192 ◦ green 130 ◦ blue 35

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

Shades of Geebung #C08223

Tints of Geebung #C08223

RGB

 RED value IS 192 (75.39% from 255) = 53.78%

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

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

R = 53.78%
G = 36.41%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C08223 (or 0xC08223) is known color: Geebung. HEX triplet: C0, 82 and 23. RGB value is (192,130,35). Sum of RGB (Red+Green+Blue) = 192+130+35=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 35 (14.06% from 255 or 9.80% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C08223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08223 is #3F7DDC. Grayscale: #8A8A8A. Windows color (decimal): -4160989 or 2327232. OLE color: 2327232.

HSL color Cylindrical-coordinate representation of color #C08223: hue angle of 36.31º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C08223 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 130 35 -
CMYK 0 0.32 0.82 0.25
HSL 36.31º 0.69% 0.45% -
HSV(B) 36.31º 0.82% 0.75% -
XYZ 30.02 27.29 5.28 -
YUV 137.71 70.04 166.72 -
System Red Green Blue C M Y K H S L
Decimal 192 130 35 0 0.32 0.82 0.25 36.31 0.69 0.45
Hex C0 82 23 0 20 52 19 24 45 2D
Octal 300 202 43 0 40 122 31 44 105 55
Binary 11000000 10000010 100011 0 100000 1010010 11001 100100 1000101 101101

Color Harmonies of #C08223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08223

Black with #C08223

Text Example


Text Example

White with #C08223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08223; }

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

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

background-color css

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

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

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

border-color css

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

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

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