Html Css Color HEX #C08423 Geebung

📋 copy color: '#C08423'

red 192 ◦ green 132 ◦ blue 35

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

Shades of Geebung #C08423

Tints of Geebung #C08423

RGB

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

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

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

R = 53.48%
G = 36.77%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C08423 (or 0xC08423) is known color: Geebung. HEX triplet: C0, 84 and 23. RGB value is (192,132,35). Sum of RGB (Red+Green+Blue) = 192+132+35=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 35 (14.06% from 255 or 9.75% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C08423 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08423 is #3F7BDC. Grayscale: #8B8B8B. Windows color (decimal): -4160477 or 2327744. OLE color: 2327744.

HSL color Cylindrical-coordinate representation of color #C08423: hue angle of 37.07º 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 #C08423 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 132 35 -
CMYK 0 0.31 0.82 0.25
HSL 37.07º 0.69% 0.45% -
HSV(B) 37.07º 0.82% 0.75% -
XYZ 30.29 27.83 5.37 -
YUV 138.88 69.38 165.89 -
System Red Green Blue C M Y K H S L
Decimal 192 132 35 0 0.31 0.82 0.25 37.07 0.69 0.45
Hex C0 84 23 0 1F 52 19 25 45 2D
Octal 300 204 43 0 37 122 31 45 105 55
Binary 11000000 10000100 100011 0 11111 1010010 11001 100101 1000101 101101

Color Harmonies of #C08423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08423

Black with #C08423

Text Example


Text Example

White with #C08423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08423; }

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

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

background-color css

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

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

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

border-color css

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

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

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