Html Css Color HEX #C08433 Geebung

📋 copy color: '#C08433'

red 192 ◦ green 132 ◦ blue 51

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

Shades of Geebung #C08433

Tints of Geebung #C08433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.6%

R = 51.2%
G = 35.2%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C08433 (or 0xC08433) is known color: Geebung. HEX triplet: C0, 84 and 33. RGB value is (192,132,51). Sum of RGB (Red+Green+Blue) = 192+132+51=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 51 (20.31% from 255 or 13.6% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C08433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08433 is #3F7BCC. Grayscale: #8D8D8D. Windows color (decimal): -4160461 or 3376320. OLE color: 3376320.

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

Color convert

RGB 192 132 51 -
CMYK 0 0.31 0.73 0.25
HSL 34.47º 0.58% 0.48% -
HSV(B) 34.47º 0.73% 0.75% -
XYZ 30.59 27.95 6.91 -
YUV 140.71 77.38 164.59 -
System Red Green Blue C M Y K H S L
Decimal 192 132 51 0 0.31 0.73 0.25 34.47 0.58 0.48
Hex C0 84 33 0 1F 49 19 22 3A 30
Octal 300 204 63 0 37 111 31 42 72 60
Binary 11000000 10000100 110011 0 11111 1001001 11001 100010 111010 110000

Color Harmonies of #C08433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08433

Black with #C08433

Text Example


Text Example

White with #C08433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08433; }

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

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

background-color css

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

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

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

border-color css

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

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

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