Html Css Color HEX #C08426 Geebung

📋 copy color: '#C08426'

red 192 ◦ green 132 ◦ blue 38

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

Shades of Geebung #C08426

Tints of Geebung #C08426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.5%

R = 53.04%
G = 36.46%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C08426 (or 0xC08426) is known color: Geebung. HEX triplet: C0, 84 and 26. RGB value is (192,132,38). Sum of RGB (Red+Green+Blue) = 192+132+38=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 38 (15.23% from 255 or 10.50% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C08426 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08426 is #3F7BD9. Grayscale: #8B8B8B. Windows color (decimal): -4160474 or 2524352. OLE color: 2524352.

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

Color convert

RGB 192 132 38 -
CMYK 0 0.31 0.80 0.25
HSL 36.62º 0.67% 0.45% -
HSV(B) 36.62º 0.8% 0.75% -
XYZ 30.34 27.85 5.61 -
YUV 139.22 70.88 165.64 -
System Red Green Blue C M Y K H S L
Decimal 192 132 38 0 0.31 0.80 0.25 36.62 0.67 0.45
Hex C0 84 26 0 1F 50 19 25 43 2D
Octal 300 204 46 0 37 120 31 45 103 55
Binary 11000000 10000100 100110 0 11111 1010000 11001 100101 1000011 101101

Color Harmonies of #C08426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08426

Black with #C08426

Text Example


Text Example

White with #C08426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08426; }

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

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

background-color css

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

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

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

border-color css

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

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

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