Html Css Color HEX #C08623 Geebung

📋 copy color: '#C08623'

red 192 ◦ green 134 ◦ blue 35

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

Shades of Geebung #C08623

Tints of Geebung #C08623

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.12%

 BLUE value IS 35 (14.06% from 255) = 9.7%

R = 53.19%
G = 37.12%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C08623 (or 0xC08623) is known color: Geebung. HEX triplet: C0, 86 and 23. RGB value is (192,134,35). Sum of RGB (Red+Green+Blue) = 192+134+35=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 35 (14.06% from 255 or 9.70% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C08623 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08623 is #3F79DC. Grayscale: #8C8C8C. Windows color (decimal): -4159965 or 2328256. OLE color: 2328256.

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

Color convert

RGB 192 134 35 -
CMYK 0 0.30 0.82 0.25
HSL 37.83º 0.69% 0.45% -
HSV(B) 37.83º 0.82% 0.75% -
XYZ 30.57 28.38 5.46 -
YUV 140.06 68.72 165.05 -
System Red Green Blue C M Y K H S L
Decimal 192 134 35 0 0.30 0.82 0.25 37.83 0.69 0.45
Hex C0 86 23 0 1E 52 19 26 45 2D
Octal 300 206 43 0 36 122 31 46 105 55
Binary 11000000 10000110 100011 0 11110 1010010 11001 100110 1000101 101101

Color Harmonies of #C08623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08623

Black with #C08623

Text Example


Text Example

White with #C08623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08623; }

 p { color: rgb(192,134,35); }

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

background-color css

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

 a { background-color: rgb(192,134,35); }

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

border-color css

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

 span { border-color: rgb(192,134,35); }

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