Html Css Color HEX #C28023 Geebung

📋 copy color: '#C28023'

red 194 ◦ green 128 ◦ blue 35

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

Shades of Geebung #C28023

Tints of Geebung #C28023

RGB

 RED value IS 194 (76.17% from 255) = 54.34%

 GREEN value IS 128 (50.39% from 255) = 35.85%

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

R = 54.34%
G = 35.85%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C28023 (or 0xC28023) is known color: Geebung. HEX triplet: C2, 80 and 23. RGB value is (194,128,35). Sum of RGB (Red+Green+Blue) = 194+128+35=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 35 (14.06% from 255 or 9.80% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C28023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28023 is #3D7FDC. Grayscale: #898989. Windows color (decimal): -4030429 or 2326722. OLE color: 2326722.

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

Color convert

RGB 194 128 35 -
CMYK 0 0.34 0.82 0.24
HSL 35.09º 0.69% 0.45% -
HSV(B) 35.09º 0.82% 0.76% -
XYZ 30.27 27.03 5.21 -
YUV 137.13 70.37 168.56 -
System Red Green Blue C M Y K H S L
Decimal 194 128 35 0 0.34 0.82 0.24 35.09 0.69 0.45
Hex C2 80 23 0 22 52 18 23 45 2D
Octal 302 200 43 0 42 122 30 43 105 55
Binary 11000010 10000000 100011 0 100010 1010010 11000 100011 1000101 101101

Color Harmonies of #C28023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28023

Black with #C28023

Text Example


Text Example

White with #C28023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28023; }

 p { color: rgb(194,128,35); }

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

background-color css

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

 a { background-color: rgb(194,128,35); }

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

border-color css

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

 span { border-color: rgb(194,128,35); }

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