Html Css Color HEX #C08023 Geebung

📋 copy color: '#C08023'

red 192 ◦ green 128 ◦ blue 35

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

Shades of Geebung #C08023

Tints of Geebung #C08023

RGB

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

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

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

R = 54.08%
G = 36.06%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C08023 (or 0xC08023) is known color: Geebung. HEX triplet: C0, 80 and 23. RGB value is (192,128,35). Sum of RGB (Red+Green+Blue) = 192+128+35=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 35 (14.06% from 255 or 9.86% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C08023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08023 is #3F7FDC. Grayscale: #888888. Windows color (decimal): -4161501 or 2326720. OLE color: 2326720.

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

Color convert

RGB 192 128 35 -
CMYK 0 0.33 0.82 0.25
HSL 35.54º 0.69% 0.45% -
HSV(B) 35.54º 0.82% 0.75% -
XYZ 29.76 26.77 5.19 -
YUV 136.53 70.7 167.56 -
System Red Green Blue C M Y K H S L
Decimal 192 128 35 0 0.33 0.82 0.25 35.54 0.69 0.45
Hex C0 80 23 0 21 52 19 24 45 2D
Octal 300 200 43 0 41 122 31 44 105 55
Binary 11000000 10000000 100011 0 100001 1010010 11001 100100 1000101 101101

Color Harmonies of #C08023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08023

Black with #C08023

Text Example


Text Example

White with #C08023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08023; }

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

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

background-color css

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

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

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

border-color css

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

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

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