Html Css Color HEX #C08428 Geebung

📋 copy color: '#C08428'

red 192 ◦ green 132 ◦ blue 40

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

Shades of Geebung #C08428

Tints of Geebung #C08428

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.26%

 BLUE value IS 40 (16.02% from 255) = 10.99%

R = 52.75%
G = 36.26%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C08428 (or 0xC08428) is known color: Geebung. HEX triplet: C0, 84 and 28. RGB value is (192,132,40). Sum of RGB (Red+Green+Blue) = 192+132+40=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 40 (16.02% from 255 or 10.99% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C08428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08428 is #3F7BD7. Grayscale: #8B8B8B. Windows color (decimal): -4160472 or 2655424. OLE color: 2655424.

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

Color convert

RGB 192 132 40 -
CMYK 0 0.31 0.79 0.25
HSL 36.32º 0.66% 0.45% -
HSV(B) 36.32º 0.79% 0.75% -
XYZ 30.37 27.86 5.78 -
YUV 139.45 71.88 165.48 -
System Red Green Blue C M Y K H S L
Decimal 192 132 40 0 0.31 0.79 0.25 36.32 0.66 0.45
Hex C0 84 28 0 1F 4F 19 24 42 2D
Octal 300 204 50 0 37 117 31 44 102 55
Binary 11000000 10000100 101000 0 11111 1001111 11001 100100 1000010 101101

Color Harmonies of #C08428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08428

Black with #C08428

Text Example


Text Example

White with #C08428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08428; }

 p { color: rgb(192,132,40); }

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

background-color css

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

 a { background-color: rgb(192,132,40); }

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

border-color css

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

 span { border-color: rgb(192,132,40); }

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