Html Css Color HEX #C08230 Geebung

📋 copy color: '#C08230'

red 192 ◦ green 130 ◦ blue 48

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

Shades of Geebung #C08230

Tints of Geebung #C08230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.97%

R = 51.89%
G = 35.14%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C08230 (or 0xC08230) is known color: Geebung. HEX triplet: C0, 82 and 30. RGB value is (192,130,48). Sum of RGB (Red+Green+Blue) = 192+130+48=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 48 (19.14% from 255 or 12.97% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C08230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08230 is #3F7DCF. Grayscale: #8B8B8B. Windows color (decimal): -4160976 or 3179200. OLE color: 3179200.

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

Color convert

RGB 192 130 48 -
CMYK 0 0.32 0.75 0.25
HSL 34.17º 0.6% 0.47% -
HSV(B) 34.17º 0.75% 0.75% -
XYZ 30.25 27.39 6.49 -
YUV 139.19 76.54 165.67 -
System Red Green Blue C M Y K H S L
Decimal 192 130 48 0 0.32 0.75 0.25 34.17 0.6 0.47
Hex C0 82 30 0 20 4B 19 22 3C 2F
Octal 300 202 60 0 40 113 31 42 74 57
Binary 11000000 10000010 110000 0 100000 1001011 11001 100010 111100 101111

Color Harmonies of #C08230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08230

Black with #C08230

Text Example


Text Example

White with #C08230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08230; }

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

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

background-color css

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

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

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

border-color css

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

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

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