Html Css Color HEX #C08429 Geebung

📋 copy color: '#C08429'

red 192 ◦ green 132 ◦ blue 41

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

Shades of Geebung #C08429

Tints of Geebung #C08429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.23%

R = 52.6%
G = 36.16%
B = 11.23%

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

#C08429 (or 0xC08429) is known color: Geebung. HEX triplet: C0, 84 and 29. RGB value is (192,132,41). Sum of RGB (Red+Green+Blue) = 192+132+41=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 41 (16.41% from 255 or 11.23% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C08429 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08429 is #3F7BD6. Grayscale: #8B8B8B. Windows color (decimal): -4160471 or 2720960. OLE color: 2720960.

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

Color convert

RGB 192 132 41 -
CMYK 0 0.31 0.79 0.25
HSL 36.16º 0.65% 0.46% -
HSV(B) 36.16º 0.79% 0.75% -
XYZ 30.39 27.87 5.88 -
YUV 139.57 72.38 165.4 -
System Red Green Blue C M Y K H S L
Decimal 192 132 41 0 0.31 0.79 0.25 36.16 0.65 0.46
Hex C0 84 29 0 1F 4F 19 24 41 2E
Octal 300 204 51 0 37 117 31 44 101 56
Binary 11000000 10000100 101001 0 11111 1001111 11001 100100 1000001 101110

Color Harmonies of #C08429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08429

Black with #C08429

Text Example


Text Example

White with #C08429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08429; }

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

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

background-color css

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

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

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

border-color css

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

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

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